/linux-4.4.14/fs/kernfs/ |
D | mount.c | 37 if (scops && scops->show_options) in kernfs_sop_show_options() 38 return scops->show_options(sf, root); in kernfs_sop_show_options() 48 .show_options = kernfs_sop_show_options,
|
/linux-4.4.14/fs/ |
D | proc_namespace.c | 121 if (sb->s_op->show_options) in show_vfsmnt() 122 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt() 181 if (sb->s_op->show_options) in show_mountinfo() 182 err = sb->s_op->show_options(m, mnt->mnt_root); in show_mountinfo()
|
/linux-4.4.14/fs/9p/ |
D | vfs_super.c | 343 .show_options = generic_show_options, 354 .show_options = generic_show_options,
|
/linux-4.4.14/fs/ecryptfs/ |
D | super.c | 190 .show_options = ecryptfs_show_options
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | super25.c | 86 .show_options = ll_show_options,
|
/linux-4.4.14/fs/ramfs/ |
D | inode.c | 154 .show_options = generic_show_options,
|
/linux-4.4.14/fs/efivarfs/ |
D | super.c | 32 .show_options = generic_show_options,
|
/linux-4.4.14/fs/nfs/ |
D | nfs4super.c | 59 .show_options = nfs_show_options,
|
D | super.c | 316 .show_options = nfs_show_options,
|
/linux-4.4.14/fs/jffs2/ |
D | super.c | 263 .show_options = jffs2_show_options,
|
/linux-4.4.14/fs/autofs4/ |
D | inode.c | 109 .show_options = autofs4_show_options,
|
/linux-4.4.14/include/linux/ |
D | kernfs.h | 148 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
|
D | fs.h | 1712 int (*show_options)(struct seq_file *, struct dentry *); member
|
/linux-4.4.14/fs/pstore/ |
D | inode.c | 286 .show_options = generic_show_options,
|
/linux-4.4.14/fs/afs/ |
D | super.c | 56 .show_options = generic_show_options,
|
/linux-4.4.14/fs/hfs/ |
D | super.c | 190 .show_options = hfs_show_options,
|
/linux-4.4.14/fs/proc/ |
D | inode.c | 122 .show_options = proc_show_options,
|
/linux-4.4.14/fs/tracefs/ |
D | inode.c | 264 .show_options = tracefs_show_options,
|
/linux-4.4.14/arch/s390/hypfs/ |
D | inode.c | 451 .show_options = hypfs_show_options,
|
/linux-4.4.14/fs/debugfs/ |
D | inode.c | 178 .show_options = debugfs_show_options,
|
/linux-4.4.14/fs/adfs/ |
D | super.c | 298 .show_options = adfs_show_options,
|
/linux-4.4.14/fs/devpts/ |
D | inode.c | 358 .show_options = devpts_show_options,
|
/linux-4.4.14/fs/omfs/ |
D | inode.c | 297 .show_options = generic_show_options,
|
/linux-4.4.14/fs/affs/ |
D | super.c | 161 .show_options = generic_show_options,
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 725 .show_options = generic_show_options, in spufs_fill_super()
|
/linux-4.4.14/fs/hfsplus/ |
D | super.c | 368 .show_options = hfsplus_show_options,
|
/linux-4.4.14/fs/qnx6/ |
D | inode.c | 43 .show_options = qnx6_show_options,
|
/linux-4.4.14/fs/hpfs/ |
D | super.c | 541 .show_options = hpfs_show_options,
|
/linux-4.4.14/fs/befs/ |
D | linuxvfs.c | 61 .show_options = generic_show_options,
|
/linux-4.4.14/fs/jfs/ |
D | super.c | 857 .show_options = jfs_show_options,
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 722 .show_options = ceph_show_options,
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 125 int (*show_options)(struct seq_file *, struct dentry *); 146 show_options: no (namespace_sem)
|
D | vfs.txt | 227 int (*show_options)(struct seq_file *, struct dentry *); 295 show_options: called by the VFS to show mount options for 1138 If a filesystem accepts mount options, it must define show_options()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_kern.c | 276 .show_options = hostfs_show_options,
|
/linux-4.4.14/fs/overlayfs/ |
D | super.c | 650 .show_options = ovl_show_options,
|
/linux-4.4.14/fs/cifs/ |
D | cifsfs.c | 586 .show_options = cifs_show_options,
|
/linux-4.4.14/fs/ncpfs/ |
D | inode.c | 118 .show_options = ncp_show_options,
|
/linux-4.4.14/fs/fuse/ |
D | inode.c | 804 .show_options = fuse_show_options,
|
/linux-4.4.14/fs/nilfs2/ |
D | super.c | 718 .show_options = nilfs_show_options
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 998 .show_options = generic_show_options,
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 128 .show_options = generic_show_options,
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 846 .show_options = f2fs_show_options,
|
/linux-4.4.14/fs/gfs2/ |
D | super.c | 1664 .show_options = gfs2_show_options,
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 331 .show_options = ext2_show_options,
|
/linux-4.4.14/fs/xfs/ |
D | xfs_super.c | 1642 .show_options = xfs_fs_show_options,
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 1456 .show_options = ufs_show_options,
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 2179 .show_options = btrfs_show_options,
|
/linux-4.4.14/fs/fat/ |
D | inode.c | 832 .show_options = fat_show_options,
|
/linux-4.4.14/fs/ubifs/ |
D | super.c | 1886 .show_options = ubifs_show_options,
|
/linux-4.4.14/fs/reiserfs/ |
D | super.c | 778 .show_options = reiserfs_show_options,
|
/linux-4.4.14/fs/udf/ |
D | super.c | 209 .show_options = udf_show_options,
|
/linux-4.4.14/fs/ocfs2/ |
D | super.c | 160 .show_options = ocfs2_show_options,
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 2692 .show_options = ntfs_show_options, /* Show mount options in
|
/linux-4.4.14/mm/ |
D | shmem.c | 3196 .show_options = shmem_show_options,
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 5214 .show_options = cgroup_show_options,
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 786 Clean up options displayed in /proc/mounts by show_options to
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1130 .show_options = ext4_show_options,
|