Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\proc_namespace.c Create Date:2022-07-28 20:15:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:show_mnt_opts

Proto:static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
struct vfsmount *mnt
66  static const struct proc_fs_info mnt_info[] = {{MNT_NOSUID, ",nosuid"}, {MNT_NODEV, ",nodev"}, {MNT_NOEXEC, ",noexec"}, {MNT_NOATIME, ",noatime"}, {MNT_NODIRATIME, ",nodiratime"}, {MNT_RELATIME, ",relatime"}, {0, NULL}}
77  When flag cycle
78  If mnt_flags & flag Then seq_puts(m, str)
Caller
NameDescribe
show_vfsmnt
show_mountinfo