Searched refs:show_options (Results 1 – 25 of 67) sorted by relevance
123
/linux-6.3-rc2/fs/ |
A 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.3-rc2/fs/kernfs/ |
A D | mount.c | 30 if (scops && scops->show_options) in kernfs_sop_show_options() 31 return scops->show_options(sf, root); in kernfs_sop_show_options() 53 .show_options = kernfs_sop_show_options,
|
/linux-6.3-rc2/include/net/9p/ |
A D | transport.h | 57 int (*show_options)(struct seq_file *m, struct p9_client *client); member
|
/linux-6.3-rc2/fs/9p/ |
A D | vfs_super.c | 345 .show_options = v9fs_show_options, 356 .show_options = v9fs_show_options,
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | super.c | 177 .show_options = ecryptfs_show_options
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4super.c | 32 .show_options = nfs_show_options,
|
/linux-6.3-rc2/fs/ramfs/ |
A D | inode.c | 188 .show_options = ramfs_show_options,
|
/linux-6.3-rc2/net/9p/ |
A D | trans_fd.c | 1111 .show_options = p9_fd_show_options, 1125 .show_options = p9_fd_show_options, 1139 .show_options = p9_fd_show_options,
|
A D | trans_rdma.c | 758 .show_options = p9_rdma_show_options,
|
/linux-6.3-rc2/fs/jffs2/ |
A D | super.c | 250 .show_options = jffs2_show_options,
|
/linux-6.3-rc2/fs/autofs/ |
A D | inode.c | 109 .show_options = autofs_show_options,
|
/linux-6.3-rc2/fs/hfs/ |
A D | super.c | 183 .show_options = hfs_show_options,
|
/linux-6.3-rc2/fs/adfs/ |
A D | super.c | 277 .show_options = adfs_show_options,
|
/linux-6.3-rc2/fs/pstore/ |
A D | inode.c | 288 .show_options = pstore_show_options,
|
/linux-6.3-rc2/include/linux/ |
A D | kernfs.h | 236 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
|
/linux-6.3-rc2/arch/s390/hypfs/ |
A D | inode.c | 460 .show_options = hypfs_show_options,
|
/linux-6.3-rc2/fs/tracefs/ |
A D | inode.c | 351 .show_options = tracefs_show_options,
|
/linux-6.3-rc2/fs/devpts/ |
A D | inode.c | 425 .show_options = devpts_show_options,
|
/linux-6.3-rc2/fs/orangefs/ |
A D | super.c | 323 .show_options = orangefs_show_options,
|
/linux-6.3-rc2/fs/squashfs/ |
A D | super.c | 674 .show_options = squashfs_show_options,
|
/linux-6.3-rc2/fs/affs/ |
A D | super.c | 160 .show_options = affs_show_options,
|
/linux-6.3-rc2/fs/afs/ |
A D | super.c | 64 .show_options = afs_show_options,
|
/linux-6.3-rc2/fs/debugfs/ |
A D | inode.c | 234 .show_options = debugfs_show_options,
|
/linux-6.3-rc2/kernel/bpf/ |
A D | inode.c | 627 .show_options = bpf_show_options,
|
/linux-6.3-rc2/fs/omfs/ |
A D | inode.c | 326 .show_options = omfs_show_options,
|
Completed in 32 milliseconds
123