Home
last modified time | relevance | path

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

123

/linux-6.15/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()
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-6.15/fs/kernfs/
H A Dmount.c33 if (scops && scops->show_options) in kernfs_sop_show_options()
34 return scops->show_options(sf, root); in kernfs_sop_show_options()
63 .show_options = kernfs_sop_show_options,
/linux-6.15/include/net/9p/
H A Dtransport.h57 int (*show_options)(struct seq_file *m, struct p9_client *client); member
/linux-6.15/fs/9p/
H A Dvfs_super.c288 .show_options = v9fs_show_options,
299 .show_options = v9fs_show_options,
/linux-6.15/fs/ecryptfs/
H A Dsuper.c176 .show_options = ecryptfs_show_options
/linux-6.15/fs/nfs/
H A Dnfs4super.c32 .show_options = nfs_show_options,
/linux-6.15/fs/ramfs/
H A Dinode.c219 .show_options = ramfs_show_options,
/linux-6.15/net/9p/
H A Dtrans_fd.c1116 .show_options = p9_fd_show_options,
1130 .show_options = p9_fd_show_options,
1144 .show_options = p9_fd_show_options,
H A Dtrans_rdma.c758 .show_options = p9_rdma_show_options,
/linux-6.15/fs/jffs2/
H A Dsuper.c252 .show_options = jffs2_show_options,
/linux-6.15/fs/autofs/
H A Dinode.c110 .show_options = autofs_show_options,
/linux-6.15/fs/hfs/
H A Dsuper.c187 .show_options = hfs_show_options,
/linux-6.15/include/linux/
H A Dkernfs.h243 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
/linux-6.15/fs/adfs/
H A Dsuper.c251 .show_options = adfs_show_options,
/linux-6.15/fs/pstore/
H A Dinode.c287 .show_options = pstore_show_options,
/linux-6.15/arch/s390/hypfs/
H A Dinode.c460 .show_options = hypfs_show_options,
/linux-6.15/fs/devpts/
H A Dinode.c371 .show_options = devpts_show_options,
/linux-6.15/fs/efivarfs/
H A Dsuper.c127 .show_options = efivarfs_show_options,
/linux-6.15/fs/orangefs/
H A Dsuper.c323 .show_options = orangefs_show_options,
/linux-6.15/fs/squashfs/
H A Dsuper.c694 .show_options = squashfs_show_options,
/linux-6.15/fs/afs/
H A Dsuper.c64 .show_options = afs_show_options,
/linux-6.15/fs/tracefs/
H A Dinode.c443 .show_options = tracefs_show_options,
/linux-6.15/fs/qnx6/
H A Dinode.c43 .show_options = qnx6_show_options,
/linux-6.15/fs/affs/
H A Dsuper.c158 .show_options = affs_show_options,
/linux-6.15/fs/debugfs/
H A Dinode.c237 .show_options = debugfs_show_options,

123