Home
last modified time | relevance | path

Searched refs:show_options (Results 1 - 25 of 130) sorted by relevance

123456

/kernel/linux/linux-5.10/fs/kernfs/
H A 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-6.6/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,
/kernel/linux/linux-5.10/fs/
H A 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-6.6/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()
/kernel/linux/linux-5.10/include/net/9p/
H A Dtransport.h50 int (*show_options)(struct seq_file *, struct p9_client *); member
/kernel/linux/linux-6.6/include/net/9p/
H A Dtransport.h57 int (*show_options)(struct seq_file *m, struct p9_client *client); member
/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_super.c340 .show_options = v9fs_show_options,
351 .show_options = v9fs_show_options,
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_super.c324 .show_options = v9fs_show_options,
335 .show_options = v9fs_show_options,
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dsuper.c177 .show_options = ecryptfs_show_options
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dsuper.c177 .show_options = ecryptfs_show_options
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4super.c32 .show_options = nfs_show_options,
/kernel/linux/linux-5.10/fs/ramfs/
H A Dinode.c177 .show_options = ramfs_show_options,
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4super.c32 .show_options = nfs_show_options,
/kernel/linux/linux-5.10/fs/jffs2/
H A Dsuper.c251 .show_options = jffs2_show_options,
/kernel/linux/linux-5.10/fs/autofs/
H A Dinode.c108 .show_options = autofs_show_options,
/kernel/linux/linux-6.6/fs/autofs/
H A Dinode.c109 .show_options = autofs_show_options,
/kernel/linux/linux-6.6/fs/ramfs/
H A Dinode.c188 .show_options = ramfs_show_options,
/kernel/linux/linux-6.6/fs/jffs2/
H A Dsuper.c250 .show_options = jffs2_show_options,
/kernel/linux/linux-5.10/net/9p/
H A Dtrans_fd.c1105 .show_options = p9_fd_show_options,
1118 .show_options = p9_fd_show_options,
1131 .show_options = p9_fd_show_options,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/arch/s390/hypfs/
H A Dinode.c460 .show_options = hypfs_show_options,
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A Dinode.c460 .show_options = hypfs_show_options,
/kernel/linux/linux-5.10/fs/hfs/
H A Dsuper.c183 .show_options = hfs_show_options,
/kernel/linux/linux-5.10/fs/devpts/
H A Dinode.c425 .show_options = devpts_show_options,
/kernel/linux/linux-5.10/fs/adfs/
H A Dsuper.c277 .show_options = adfs_show_options,

Completed in 16 milliseconds

123456