Home
last modified time | relevance | path

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

123

/linux-6.12.1/fs/
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.12.1/fs/kernfs/
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.12.1/include/net/9p/
Dtransport.h57 int (*show_options)(struct seq_file *m, struct p9_client *client); member
/linux-6.12.1/fs/9p/
Dvfs_super.c288 .show_options = v9fs_show_options,
299 .show_options = v9fs_show_options,
/linux-6.12.1/fs/ecryptfs/
Dsuper.c177 .show_options = ecryptfs_show_options
/linux-6.12.1/fs/ramfs/
Dinode.c219 .show_options = ramfs_show_options,
/linux-6.12.1/fs/nfs/
Dnfs4super.c32 .show_options = nfs_show_options,
/linux-6.12.1/net/9p/
Dtrans_fd.c1121 .show_options = p9_fd_show_options,
1135 .show_options = p9_fd_show_options,
1149 .show_options = p9_fd_show_options,
Dtrans_rdma.c758 .show_options = p9_rdma_show_options,
/linux-6.12.1/fs/jffs2/
Dsuper.c252 .show_options = jffs2_show_options,
/linux-6.12.1/fs/efivarfs/
Dsuper.c110 .show_options = efivarfs_show_options,
/linux-6.12.1/fs/autofs/
Dinode.c110 .show_options = autofs_show_options,
/linux-6.12.1/fs/pstore/
Dinode.c285 .show_options = pstore_show_options,
/linux-6.12.1/fs/hfs/
Dsuper.c184 .show_options = hfs_show_options,
/linux-6.12.1/arch/s390/hypfs/
Dinode.c459 .show_options = hypfs_show_options,
/linux-6.12.1/include/linux/
Dkernfs.h238 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
/linux-6.12.1/fs/adfs/
Dsuper.c277 .show_options = adfs_show_options,
/linux-6.12.1/fs/devpts/
Dinode.c406 .show_options = devpts_show_options,
/linux-6.12.1/fs/orangefs/
Dsuper.c323 .show_options = orangefs_show_options,
/linux-6.12.1/fs/squashfs/
Dsuper.c691 .show_options = squashfs_show_options,
/linux-6.12.1/fs/affs/
Dsuper.c159 .show_options = affs_show_options,
/linux-6.12.1/fs/debugfs/
Dinode.c220 .show_options = debugfs_show_options,
/linux-6.12.1/fs/afs/
Dsuper.c64 .show_options = afs_show_options,
/linux-6.12.1/fs/omfs/
Dinode.c323 .show_options = omfs_show_options,
/linux-6.12.1/fs/tracefs/
Dinode.c443 .show_options = tracefs_show_options,

123