Searched refs:show_options (Results 1 – 25 of 67) sorted by relevance
123
/linux-6.6.21/fs/ |
D | proc_namespace.c | 128 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()
|
/linux-6.6.21/fs/kernfs/ |
D | mount.c | 32 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,
|
/linux-6.6.21/include/net/9p/ |
D | transport.h | 57 int (*show_options)(struct seq_file *m, struct p9_client *client); member
|
/linux-6.6.21/fs/9p/ |
D | vfs_super.c | 324 .show_options = v9fs_show_options, 335 .show_options = v9fs_show_options,
|
/linux-6.6.21/fs/ecryptfs/ |
D | super.c | 177 .show_options = ecryptfs_show_options
|
/linux-6.6.21/fs/nfs/ |
D | nfs4super.c | 32 .show_options = nfs_show_options,
|
/linux-6.6.21/fs/ramfs/ |
D | inode.c | 188 .show_options = ramfs_show_options,
|
/linux-6.6.21/net/9p/ |
D | trans_fd.c | 1118 .show_options = p9_fd_show_options, 1132 .show_options = p9_fd_show_options, 1146 .show_options = p9_fd_show_options,
|
D | trans_rdma.c | 758 .show_options = p9_rdma_show_options,
|
/linux-6.6.21/fs/jffs2/ |
D | super.c | 250 .show_options = jffs2_show_options,
|
/linux-6.6.21/fs/autofs/ |
D | inode.c | 109 .show_options = autofs_show_options,
|
/linux-6.6.21/fs/hfs/ |
D | super.c | 183 .show_options = hfs_show_options,
|
/linux-6.6.21/include/linux/ |
D | kernfs.h | 236 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
|
/linux-6.6.21/fs/adfs/ |
D | super.c | 277 .show_options = adfs_show_options,
|
/linux-6.6.21/fs/pstore/ |
D | inode.c | 288 .show_options = pstore_show_options,
|
/linux-6.6.21/arch/s390/hypfs/ |
D | inode.c | 460 .show_options = hypfs_show_options,
|
/linux-6.6.21/fs/devpts/ |
D | inode.c | 407 .show_options = devpts_show_options,
|
/linux-6.6.21/fs/orangefs/ |
D | super.c | 323 .show_options = orangefs_show_options,
|
/linux-6.6.21/fs/squashfs/ |
D | super.c | 691 .show_options = squashfs_show_options,
|
/linux-6.6.21/fs/tracefs/ |
D | inode.c | 377 .show_options = tracefs_show_options,
|
/linux-6.6.21/kernel/bpf/ |
D | inode.c | 624 .show_options = bpf_show_options,
|
/linux-6.6.21/fs/affs/ |
D | super.c | 160 .show_options = affs_show_options,
|
/linux-6.6.21/fs/afs/ |
D | super.c | 64 .show_options = afs_show_options,
|
/linux-6.6.21/fs/omfs/ |
D | inode.c | 325 .show_options = omfs_show_options,
|
/linux-6.6.21/fs/qnx6/ |
D | inode.c | 44 .show_options = qnx6_show_options,
|
123