/openbmc/linux/fs/ |
H A D | proc_namespace.c | 128 if (sb->s_op->show_options) in show_vfsmnt() 129 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt() 190 if (sb->s_op->show_options) in show_mountinfo() 191 err = sb->s_op->show_options(m, mnt->mnt_root); in show_mountinfo()
|
/openbmc/linux/fs/kernfs/ |
H A D | mount.c | 32 if (scops && scops->show_options) in kernfs_sop_show_options() 33 return scops->show_options(sf, root); in kernfs_sop_show_options() 62 .show_options = kernfs_sop_show_options,
|
/openbmc/linux/include/net/9p/ |
H A D | transport.h | 57 int (*show_options)(struct seq_file *m, struct p9_client *client); member
|
/openbmc/linux/fs/9p/ |
H A D | vfs_super.c | 325 .show_options = v9fs_show_options, 336 .show_options = v9fs_show_options,
|
/openbmc/linux/fs/ecryptfs/ |
H A D | super.c | 177 .show_options = ecryptfs_show_options
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4super.c | 32 .show_options = nfs_show_options,
|
/openbmc/linux/fs/ramfs/ |
H A D | inode.c | 188 .show_options = ramfs_show_options,
|
/openbmc/linux/net/9p/ |
H A D | trans_fd.c | 1118 .show_options = p9_fd_show_options, 1132 .show_options = p9_fd_show_options, 1146 .show_options = p9_fd_show_options,
|
H A D | trans_rdma.c | 758 .show_options = p9_rdma_show_options,
|
/openbmc/linux/fs/jffs2/ |
H A D | super.c | 251 .show_options = jffs2_show_options,
|
/openbmc/linux/fs/autofs/ |
H A D | inode.c | 109 .show_options = autofs_show_options,
|
/openbmc/linux/fs/pstore/ |
H A D | inode.c | 284 .show_options = pstore_show_options,
|
/openbmc/linux/fs/hfs/ |
H A D | super.c | 183 .show_options = hfs_show_options,
|
/openbmc/linux/include/linux/ |
H A D | kernfs.h | 238 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
|
/openbmc/linux/fs/adfs/ |
H A D | super.c | 277 .show_options = adfs_show_options,
|
/openbmc/linux/arch/s390/hypfs/ |
H A D | inode.c | 460 .show_options = hypfs_show_options,
|
/openbmc/linux/fs/devpts/ |
H A D | inode.c | 407 .show_options = devpts_show_options,
|
/openbmc/linux/fs/orangefs/ |
H A D | super.c | 324 .show_options = orangefs_show_options,
|
/openbmc/linux/fs/squashfs/ |
H A D | super.c | 691 .show_options = squashfs_show_options,
|
/openbmc/linux/fs/omfs/ |
H A D | inode.c | 325 .show_options = omfs_show_options,
|
/openbmc/linux/fs/afs/ |
H A D | super.c | 64 .show_options = afs_show_options,
|
/openbmc/linux/fs/debugfs/ |
H A D | inode.c | 233 .show_options = debugfs_show_options,
|
/openbmc/linux/fs/affs/ |
H A D | super.c | 160 .show_options = affs_show_options,
|
/openbmc/linux/fs/tracefs/ |
H A D | inode.c | 462 .show_options = tracefs_show_options,
|
/openbmc/linux/fs/qnx6/ |
H A D | inode.c | 44 .show_options = qnx6_show_options,
|