Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\inode.c Create Date:2022-07-28 13:06:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Display the mount options in /proc/mounts.

Proto:static int bpf_show_options(struct seq_file *m, struct dentry *root)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
struct dentry *root
560  mode = i_mode & S_IALLUGO & ~S_ISVTX
562  If mode != S_IRWXUGO Then seq_printf(m, ",mode=%o", mode)
564  Return 0