Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/fs/
Dproc_namespace.c125 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()
/kernel/linux/linux-5.10/fs/kernfs/
Dmount.c29 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,
/kernel/linux/linux-5.10/include/net/9p/
Dtransport.h50 int (*show_options)(struct seq_file *, struct p9_client *); member
/kernel/linux/linux-5.10/fs/9p/
Dvfs_super.c340 .show_options = v9fs_show_options,
351 .show_options = v9fs_show_options,
/kernel/linux/linux-5.10/fs/ecryptfs/
Dsuper.c177 .show_options = ecryptfs_show_options
/kernel/linux/linux-5.10/fs/ramfs/
Dinode.c177 .show_options = ramfs_show_options,
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4super.c32 .show_options = nfs_show_options,
/kernel/linux/linux-5.10/net/9p/
Dtrans_fd.c1098 .show_options = p9_fd_show_options,
1111 .show_options = p9_fd_show_options,
1124 .show_options = p9_fd_show_options,
Dtrans_rdma.c749 .show_options = p9_rdma_show_options,
/kernel/linux/linux-5.10/fs/jffs2/
Dsuper.c250 .show_options = jffs2_show_options,
/kernel/linux/linux-5.10/fs/autofs/
Dinode.c108 .show_options = autofs_show_options,
/kernel/linux/linux-5.10/fs/hfs/
Dsuper.c183 .show_options = hfs_show_options,
/kernel/linux/linux-5.10/include/linux/
Dkernfs.h169 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
/kernel/linux/linux-5.10/fs/adfs/
Dsuper.c277 .show_options = adfs_show_options,
/kernel/linux/linux-5.10/fs/pstore/
Dinode.c287 .show_options = pstore_show_options,
/kernel/linux/linux-5.10/arch/s390/hypfs/
Dinode.c460 .show_options = hypfs_show_options,
/kernel/linux/linux-5.10/fs/tracefs/
Dinode.c349 .show_options = tracefs_show_options,
/kernel/linux/linux-5.10/fs/erofs/
Dsuper.c602 .show_options = erofs_show_options,
/kernel/linux/linux-5.10/fs/devpts/
Dinode.c425 .show_options = devpts_show_options,
/kernel/linux/linux-5.10/fs/orangefs/
Dsuper.c322 .show_options = orangefs_show_options,
/kernel/linux/linux-5.10/fs/affs/
Dsuper.c160 .show_options = affs_show_options,
/kernel/linux/linux-5.10/fs/afs/
Dsuper.c63 .show_options = afs_show_options,
/kernel/linux/linux-5.10/fs/debugfs/
Dinode.c210 .show_options = debugfs_show_options,
/kernel/linux/linux-5.10/fs/omfs/
Dinode.c326 .show_options = omfs_show_options,
/kernel/linux/linux-5.10/fs/qnx6/
Dinode.c44 .show_options = qnx6_show_options,

123