Searched refs:show_options (Results 1 – 25 of 62) sorted by relevance
123
/Linux-v4.19/fs/ |
D | proc_namespace.c | 124 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-v4.19/fs/kernfs/ |
D | mount.c | 40 if (scops && scops->show_options) in kernfs_sop_show_options() 41 return scops->show_options(sf, root); in kernfs_sop_show_options() 64 .show_options = kernfs_sop_show_options,
|
/Linux-v4.19/include/net/9p/ |
D | transport.h | 65 int (*show_options)(struct seq_file *, struct p9_client *); member
|
/Linux-v4.19/fs/9p/ |
D | vfs_super.c | 350 .show_options = v9fs_show_options, 361 .show_options = v9fs_show_options,
|
/Linux-v4.19/fs/ecryptfs/ |
D | super.c | 192 .show_options = ecryptfs_show_options
|
/Linux-v4.19/fs/ramfs/ |
D | inode.c | 175 .show_options = ramfs_show_options,
|
/Linux-v4.19/net/9p/ |
D | trans_fd.c | 1062 .show_options = p9_fd_show_options, 1075 .show_options = p9_fd_show_options, 1088 .show_options = p9_fd_show_options,
|
D | trans_rdma.c | 762 .show_options = p9_rdma_show_options,
|
/Linux-v4.19/fs/nfs/ |
D | nfs4super.c | 59 .show_options = nfs_show_options,
|
/Linux-v4.19/fs/autofs/ |
D | inode.c | 107 .show_options = autofs_show_options,
|
/Linux-v4.19/fs/jffs2/ |
D | super.c | 263 .show_options = jffs2_show_options,
|
/Linux-v4.19/include/linux/ |
D | kernfs.h | 171 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
|
/Linux-v4.19/fs/hfs/ |
D | super.c | 190 .show_options = hfs_show_options,
|
/Linux-v4.19/fs/pstore/ |
D | inode.c | 287 .show_options = pstore_show_options,
|
/Linux-v4.19/fs/tracefs/ |
D | inode.c | 264 .show_options = tracefs_show_options,
|
/Linux-v4.19/drivers/staging/erofs/ |
D | super.c | 639 .show_options = erofs_show_options,
|
/Linux-v4.19/arch/s390/hypfs/ |
D | inode.c | 452 .show_options = hypfs_show_options,
|
/Linux-v4.19/fs/devpts/ |
D | inode.c | 428 .show_options = devpts_show_options,
|
/Linux-v4.19/fs/proc/ |
D | inode.c | 134 .show_options = proc_show_options,
|
/Linux-v4.19/fs/adfs/ |
D | super.c | 299 .show_options = adfs_show_options,
|
/Linux-v4.19/fs/orangefs/ |
D | super.c | 306 .show_options = orangefs_show_options,
|
/Linux-v4.19/kernel/bpf/ |
D | inode.c | 585 .show_options = bpf_show_options,
|
/Linux-v4.19/fs/debugfs/ |
D | inode.c | 177 .show_options = debugfs_show_options,
|
/Linux-v4.19/fs/affs/ |
D | super.c | 165 .show_options = affs_show_options,
|
/Linux-v4.19/fs/afs/ |
D | super.c | 60 .show_options = afs_show_options,
|
123