Home
last modified time | relevance | path

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

123

/Linux-v5.4/fs/
Dproc_namespace.c124 if (sb->s_op->show_options) in show_vfsmnt()
125 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt()
186 if (sb->s_op->show_options) in show_mountinfo()
187 err = sb->s_op->show_options(m, mnt->mnt_root); in show_mountinfo()
/Linux-v5.4/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,
/Linux-v5.4/include/net/9p/
Dtransport.h50 int (*show_options)(struct seq_file *, struct p9_client *); member
/Linux-v5.4/fs/9p/
Dvfs_super.c339 .show_options = v9fs_show_options,
350 .show_options = v9fs_show_options,
/Linux-v5.4/fs/ecryptfs/
Dsuper.c177 .show_options = ecryptfs_show_options
/Linux-v5.4/fs/ramfs/
Dinode.c177 .show_options = ramfs_show_options,
/Linux-v5.4/net/9p/
Dtrans_fd.c1069 .show_options = p9_fd_show_options,
1082 .show_options = p9_fd_show_options,
1095 .show_options = p9_fd_show_options,
/Linux-v5.4/fs/nfs/
Dnfs4super.c60 .show_options = nfs_show_options,
/Linux-v5.4/fs/jffs2/
Dsuper.c240 .show_options = jffs2_show_options,
/Linux-v5.4/fs/autofs/
Dinode.c108 .show_options = autofs_show_options,
/Linux-v5.4/fs/pstore/
Dinode.c275 .show_options = pstore_show_options,
/Linux-v5.4/fs/hfs/
Dsuper.c184 .show_options = hfs_show_options,
/Linux-v5.4/include/linux/
Dkernfs.h172 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
/Linux-v5.4/arch/s390/hypfs/
Dinode.c465 .show_options = hypfs_show_options,
/Linux-v5.4/fs/tracefs/
Dinode.c261 .show_options = tracefs_show_options,
/Linux-v5.4/fs/proc/
Dinode.c124 .show_options = proc_show_options,
/Linux-v5.4/fs/devpts/
Dinode.c425 .show_options = devpts_show_options,
/Linux-v5.4/fs/erofs/
Dsuper.c605 .show_options = erofs_show_options,
/Linux-v5.4/fs/adfs/
Dsuper.c322 .show_options = adfs_show_options,
/Linux-v5.4/fs/orangefs/
Dsuper.c322 .show_options = orangefs_show_options,
/Linux-v5.4/kernel/bpf/
Dinode.c581 .show_options = bpf_show_options,
/Linux-v5.4/fs/affs/
Dsuper.c160 .show_options = affs_show_options,
/Linux-v5.4/fs/afs/
Dsuper.c63 .show_options = afs_show_options,
/Linux-v5.4/drivers/android/
Dbinderfs.c353 .show_options = binderfs_show_mount_opts,
/Linux-v5.4/fs/debugfs/
Dinode.c206 .show_options = debugfs_show_options,

123