/linux-4.1.27/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.1.27/fs/ |
D | proc_namespace.c | 120 if (sb->s_op->show_options) in show_vfsmnt() 121 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt() 180 if (sb->s_op->show_options) in show_mountinfo() 181 err = sb->s_op->show_options(m, mnt->mnt_root); in show_mountinfo()
|
/linux-4.1.27/fs/9p/ |
D | vfs_super.c | 347 .show_options = generic_show_options, 358 .show_options = generic_show_options,
|
/linux-4.1.27/fs/ecryptfs/ |
D | super.c | 190 .show_options = ecryptfs_show_options
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | super25.c | 84 .show_options = ll_show_options,
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 154 .show_options = generic_show_options,
|
/linux-4.1.27/fs/efivarfs/ |
D | super.c | 32 .show_options = generic_show_options,
|
/linux-4.1.27/fs/nfs/ |
D | nfs4super.c | 59 .show_options = nfs_show_options,
|
D | super.c | 316 .show_options = nfs_show_options,
|
/linux-4.1.27/fs/jffs2/ |
D | super.c | 263 .show_options = jffs2_show_options,
|
/linux-4.1.27/fs/autofs4/ |
D | inode.c | 109 .show_options = autofs4_show_options,
|
/linux-4.1.27/include/linux/ |
D | kernfs.h | 148 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
|
D | fs.h | 1694 int (*show_options)(struct seq_file *, struct dentry *); member
|
/linux-4.1.27/fs/pstore/ |
D | inode.c | 285 .show_options = generic_show_options,
|
/linux-4.1.27/fs/hfs/ |
D | super.c | 189 .show_options = hfs_show_options,
|
/linux-4.1.27/fs/afs/ |
D | super.c | 56 .show_options = generic_show_options,
|
/linux-4.1.27/fs/proc/ |
D | inode.c | 123 .show_options = proc_show_options,
|
/linux-4.1.27/arch/s390/hypfs/ |
D | inode.c | 456 .show_options = hypfs_show_options,
|
/linux-4.1.27/fs/tracefs/ |
D | inode.c | 264 .show_options = tracefs_show_options,
|
/linux-4.1.27/fs/debugfs/ |
D | inode.c | 183 .show_options = debugfs_show_options,
|
/linux-4.1.27/fs/devpts/ |
D | inode.c | 356 .show_options = devpts_show_options,
|
/linux-4.1.27/fs/adfs/ |
D | super.c | 298 .show_options = adfs_show_options,
|
/linux-4.1.27/fs/affs/ |
D | super.c | 160 .show_options = generic_show_options,
|
/linux-4.1.27/fs/omfs/ |
D | inode.c | 297 .show_options = generic_show_options,
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 725 .show_options = generic_show_options, in spufs_fill_super()
|
/linux-4.1.27/fs/qnx6/ |
D | inode.c | 43 .show_options = qnx6_show_options,
|
/linux-4.1.27/fs/hpfs/ |
D | super.c | 514 .show_options = hpfs_show_options,
|
/linux-4.1.27/fs/hfsplus/ |
D | super.c | 367 .show_options = hfsplus_show_options,
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 62 .show_options = generic_show_options,
|
/linux-4.1.27/fs/ceph/ |
D | super.c | 700 .show_options = ceph_show_options,
|
/linux-4.1.27/fs/jfs/ |
D | super.c | 860 .show_options = jfs_show_options,
|
/linux-4.1.27/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 1131 If a filesystem accepts mount options, it must define show_options()
|
/linux-4.1.27/fs/overlayfs/ |
D | super.c | 546 .show_options = ovl_show_options,
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 276 .show_options = hostfs_show_options,
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.c | 579 .show_options = cifs_show_options,
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 731 .show_options = generic_show_options,
|
/linux-4.1.27/fs/ncpfs/ |
D | inode.c | 118 .show_options = ncp_show_options,
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 747 .show_options = f2fs_show_options,
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 788 .show_options = fuse_show_options,
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 128 .show_options = generic_show_options,
|
/linux-4.1.27/fs/nilfs2/ |
D | super.c | 715 .show_options = nilfs_show_options
|
/linux-4.1.27/fs/gfs2/ |
D | super.c | 1664 .show_options = gfs2_show_options,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_super.c | 1614 .show_options = xfs_fs_show_options,
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 328 .show_options = ext2_show_options,
|
/linux-4.1.27/fs/ufs/ |
D | super.c | 1483 .show_options = ufs_show_options,
|
/linux-4.1.27/fs/btrfs/ |
D | super.c | 2045 .show_options = btrfs_show_options,
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 831 .show_options = fat_show_options,
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 778 .show_options = reiserfs_show_options,
|
/linux-4.1.27/fs/ubifs/ |
D | super.c | 1882 .show_options = ubifs_show_options,
|
/linux-4.1.27/fs/udf/ |
D | super.c | 209 .show_options = udf_show_options,
|
/linux-4.1.27/fs/ocfs2/ |
D | super.c | 160 .show_options = ocfs2_show_options,
|
/linux-4.1.27/fs/ntfs/ |
D | super.c | 2699 .show_options = ntfs_show_options, /* Show mount options in
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 812 .show_options = ext3_show_options,
|
/linux-4.1.27/mm/ |
D | shmem.c | 3185 .show_options = shmem_show_options,
|
/linux-4.1.27/kernel/ |
D | cgroup.c | 4901 .show_options = cgroup_show_options,
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 786 Clean up options displayed in /proc/mounts by show_options to
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1113 .show_options = ext4_show_options,
|