Home
last modified time | relevance | path

Searched refs:show_options (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/linux/fs/
H A Dproc_namespace.c128 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 Dmount.c32 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 Dtransport.h57 int (*show_options)(struct seq_file *m, struct p9_client *client); member
/openbmc/linux/fs/9p/
H A Dvfs_super.c325 .show_options = v9fs_show_options,
336 .show_options = v9fs_show_options,
/openbmc/linux/fs/ecryptfs/
H A Dsuper.c177 .show_options = ecryptfs_show_options
/openbmc/linux/fs/nfs/
H A Dnfs4super.c32 .show_options = nfs_show_options,
/openbmc/linux/fs/ramfs/
H A Dinode.c188 .show_options = ramfs_show_options,
/openbmc/linux/net/9p/
H A Dtrans_fd.c1118 .show_options = p9_fd_show_options,
1132 .show_options = p9_fd_show_options,
1146 .show_options = p9_fd_show_options,
H A Dtrans_rdma.c758 .show_options = p9_rdma_show_options,
/openbmc/linux/fs/jffs2/
H A Dsuper.c251 .show_options = jffs2_show_options,
/openbmc/linux/fs/autofs/
H A Dinode.c109 .show_options = autofs_show_options,
/openbmc/linux/fs/pstore/
H A Dinode.c284 .show_options = pstore_show_options,
/openbmc/linux/fs/hfs/
H A Dsuper.c183 .show_options = hfs_show_options,
/openbmc/linux/include/linux/
H A Dkernfs.h238 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
/openbmc/linux/fs/adfs/
H A Dsuper.c277 .show_options = adfs_show_options,
/openbmc/linux/arch/s390/hypfs/
H A Dinode.c460 .show_options = hypfs_show_options,
/openbmc/linux/fs/devpts/
H A Dinode.c407 .show_options = devpts_show_options,
/openbmc/linux/fs/orangefs/
H A Dsuper.c324 .show_options = orangefs_show_options,
/openbmc/linux/fs/squashfs/
H A Dsuper.c691 .show_options = squashfs_show_options,
/openbmc/linux/fs/omfs/
H A Dinode.c325 .show_options = omfs_show_options,
/openbmc/linux/fs/afs/
H A Dsuper.c64 .show_options = afs_show_options,
/openbmc/linux/fs/debugfs/
H A Dinode.c233 .show_options = debugfs_show_options,
/openbmc/linux/fs/affs/
H A Dsuper.c160 .show_options = affs_show_options,
/openbmc/linux/fs/tracefs/
H A Dinode.c462 .show_options = tracefs_show_options,
/openbmc/linux/fs/qnx6/
H A Dinode.c44 .show_options = qnx6_show_options,

123