| /OK3568_Linux_fs/kernel/fs/ |
| H A D | proc_namespace.c | 125 if (sb->s_op->show_options) in show_vfsmnt() 126 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt() 187 if (sb->s_op->show_options) in show_mountinfo() 188 err = sb->s_op->show_options(m, mnt->mnt_root); in show_mountinfo()
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | mount.c | 29 if (scops && scops->show_options) in kernfs_sop_show_options() 30 return scops->show_options(sf, root); in kernfs_sop_show_options() 52 .show_options = kernfs_sop_show_options,
|
| /OK3568_Linux_fs/kernel/include/net/9p/ |
| H A D | transport.h | 50 int (*show_options)(struct seq_file *, struct p9_client *); member
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_super.c | 340 .show_options = v9fs_show_options, 351 .show_options = v9fs_show_options,
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | utils.h | 43 #define show_options(opt) \ macro
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | super.c | 177 .show_options = ecryptfs_show_options
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4super.c | 32 .show_options = nfs_show_options,
|
| /OK3568_Linux_fs/kernel/fs/ramfs/ |
| H A D | inode.c | 177 .show_options = ramfs_show_options,
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | trans_fd.c | 1098 .show_options = p9_fd_show_options, 1111 .show_options = p9_fd_show_options, 1124 .show_options = p9_fd_show_options,
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | super.c | 250 .show_options = jffs2_show_options,
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | vfs.c | 69 static int show_options(struct seq_file *, struct dentry *); 77 .show_options = show_options 1929 static int show_options(struct seq_file *m, struct dentry *root) in show_options() function
|
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | inode.c | 108 .show_options = autofs_show_options,
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | super.c | 184 .show_options = hfs_show_options,
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | inode.c | 301 .show_options = pstore_show_options,
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/test/ |
| H A D | iep2_test.c | 67 show_options(iep2_test_cmd); in iep2_test_help()
|
| /OK3568_Linux_fs/kernel/fs/adfs/ |
| H A D | super.c | 277 .show_options = adfs_show_options,
|
| /OK3568_Linux_fs/kernel/arch/s390/hypfs/ |
| H A D | inode.c | 460 .show_options = hypfs_show_options,
|
| /OK3568_Linux_fs/kernel/fs/tracefs/ |
| H A D | inode.c | 349 .show_options = tracefs_show_options,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernfs.h | 172 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
|
| /OK3568_Linux_fs/kernel/fs/devpts/ |
| H A D | inode.c | 425 .show_options = devpts_show_options,
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | super.c | 322 .show_options = orangefs_show_options,
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.cpp | 412 show_options(iep_test_cmd); in iep_test_help()
|
| /OK3568_Linux_fs/kernel/fs/qnx6/ |
| H A D | inode.c | 44 .show_options = qnx6_show_options,
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | super.c | 63 .show_options = afs_show_options,
|
| /OK3568_Linux_fs/kernel/fs/affs/ |
| H A D | super.c | 160 .show_options = affs_show_options,
|