Searched refs:show_options (Results 1 – 25 of 51) sorted by relevance
123
/linux/fs/ |
H 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() 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/include/net/9p/ |
H A D | transport.h | 57 int (*show_options)(struct seq_file *m, struct p9_client *client); member
|
/linux/fs/9p/ |
H A D | vfs_super.c | 288 .show_options = v9fs_show_options, 299 .show_options = v9fs_show_options,
|
/linux/fs/ecryptfs/ |
H A D | super.c | 177 .show_options = ecryptfs_show_options
|
/linux/net/9p/ |
H A D | trans_fd.c | 1121 .show_options = p9_fd_show_options, 1135 .show_options = p9_fd_show_options, 1149 .show_options = p9_fd_show_options,
|
H A D | trans_rdma.c | 758 .show_options = p9_rdma_show_options,
|
/linux/fs/ramfs/ |
H A D | inode.c | 219 .show_options = ramfs_show_options,
|
/linux/fs/nfs/ |
H A D | nfs4super.c | 32 .show_options = nfs_show_options,
|
/linux/fs/efivarfs/ |
H A D | super.c | 110 .show_options = efivarfs_show_options,
|
/linux/fs/pstore/ |
H A D | inode.c | 285 .show_options = pstore_show_options,
|
/linux/fs/autofs/ |
H A D | inode.c | 110 .show_options = autofs_show_options,
|
/linux/include/linux/ |
H A D | kernfs.h | 238 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
|
/linux/arch/s390/hypfs/ |
H A D | inode.c | 459 .show_options = hypfs_show_options,
|
/linux/fs/devpts/ |
H A D | inode.c | 406 .show_options = devpts_show_options,
|
/linux/fs/orangefs/ |
H A D | super.c | 323 .show_options = orangefs_show_options,
|
/linux/fs/squashfs/ |
H A D | super.c | 691 .show_options = squashfs_show_options,
|
/linux/fs/afs/ |
H A D | super.c | 64 .show_options = afs_show_options,
|
/linux/fs/omfs/ |
H A D | inode.c | 323 .show_options = omfs_show_options,
|
/linux/fs/tracefs/ |
H A D | inode.c | 443 .show_options = tracefs_show_options,
|
/linux/fs/debugfs/ |
H A D | inode.c | 220 .show_options = debugfs_show_options,
|
/linux/fs/qnx6/ |
H A D | inode.c | 43 .show_options = qnx6_show_options,
|
/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 708 .show_options = spufs_show_options,
|
/linux/fs/proc/ |
H A D | inode.c | 193 .show_options = proc_show_options,
|
/linux/drivers/android/ |
H A D | binderfs.c | 344 .show_options = binderfs_show_options,
|
/linux/fs/exfat/ |
H A D | super.c | 233 .show_options = exfat_show_options,
|
123