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_sb_opts

Proto:static int show_sb_opts(struct seq_file *m, struct super_block *sb)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
struct super_block *sb
47  static const struct proc_fs_info fs_info[] = {{Writes are synced at once , ",sync"}, {Directory modifications are synchronous , ",dirsync"}, {Allow mandatory locks on an FS , ",mand"}, {Update the on-disk [acm]times lazily , ",lazytime"}, {0, NULL}}
56  When flag cycle
57  If s_flags & flag Then seq_puts(m, str)
61  Return security_sb_show_options(m, sb)
Caller
NameDescribe
show_vfsmnt
show_mountinfo