Searched refs:show_options (Results 1 – 25 of 63) sorted by relevance
123
| /linux/fs/kernfs/ |
| H A D | mount.c | 33 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/include/net/9p/ |
| H A D | transport.h | 68 int (*show_options)(struct seq_file *m, struct p9_client *client); member
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 267 .show_options = v9fs_show_options, 278 .show_options = v9fs_show_options,
|
| /linux/fs/ecryptfs/ |
| H A D | super.c | 173 .show_options = ecryptfs_show_options
|
| /linux/net/9p/ |
| H A D | trans_fd.c | 1006 .show_options = p9_fd_show_options, 1021 .show_options = p9_fd_show_options, 1036 .show_options = p9_fd_show_options,
|
| H A D | trans_rdma.c | 646 .show_options = p9_rdma_show_options,
|
| /linux/fs/nfs/ |
| H A D | nfs4super.c | 32 .show_options = nfs_show_options,
|
| /linux/fs/ramfs/ |
| H A D | inode.c | 217 .show_options = ramfs_show_options,
|
| /linux/fs/jffs2/ |
| H A D | super.c | 252 .show_options = jffs2_show_options,
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 431 .show_options = hypfs_show_options,
|
| /linux/fs/autofs/ |
| H A D | inode.c | 110 .show_options = autofs_show_options,
|
| /linux/fs/adfs/ |
| H A D | super.c | 251 .show_options = adfs_show_options,
|
| /linux/fs/hfs/ |
| H A D | super.c | 190 .show_options = hfs_show_options,
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 133 .show_options = efivarfs_show_options,
|
| /linux/fs/pstore/ |
| H A D | inode.c | 287 .show_options = pstore_show_options,
|
| /linux/fs/devpts/ |
| H A D | inode.c | 357 .show_options = devpts_show_options,
|
| /linux/fs/orangefs/ |
| H A D | super.c | 311 .show_options = orangefs_show_options,
|
| /linux/drivers/android/binder/ |
| H A D | rust_binderfs.c | 327 .show_options = binderfs_show_options,
|
| /linux/fs/omfs/ |
| H A D | inode.c | 325 .show_options = omfs_show_options,
|
| /linux/fs/squashfs/ |
| H A D | super.c | 699 .show_options = squashfs_show_options,
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 443 .show_options = tracefs_show_options,
|
| /linux/fs/afs/ |
| H A D | super.c | 64 .show_options = afs_show_options,
|
| /linux/fs/debugfs/ |
| H A D | inode.c | 240 .show_options = debugfs_show_options,
|
| /linux/fs/affs/ |
| H A D | super.c | 158 .show_options = affs_show_options,
|
| /linux/drivers/android/ |
| H A D | binderfs.c | 336 .show_options = binderfs_show_options,
|
123