Home
last modified time | relevance | path

Searched refs:show_options (Results 1 – 57 of 57) sorted by relevance

/linux-4.4.14/fs/kernfs/
Dmount.c37 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/
Dproc_namespace.c121 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/
Dvfs_super.c343 .show_options = generic_show_options,
354 .show_options = generic_show_options,
/linux-4.4.14/fs/ecryptfs/
Dsuper.c190 .show_options = ecryptfs_show_options
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dsuper25.c86 .show_options = ll_show_options,
/linux-4.4.14/fs/ramfs/
Dinode.c154 .show_options = generic_show_options,
/linux-4.4.14/fs/efivarfs/
Dsuper.c32 .show_options = generic_show_options,
/linux-4.4.14/fs/nfs/
Dnfs4super.c59 .show_options = nfs_show_options,
Dsuper.c316 .show_options = nfs_show_options,
/linux-4.4.14/fs/jffs2/
Dsuper.c263 .show_options = jffs2_show_options,
/linux-4.4.14/fs/autofs4/
Dinode.c109 .show_options = autofs4_show_options,
/linux-4.4.14/include/linux/
Dkernfs.h148 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member
Dfs.h1712 int (*show_options)(struct seq_file *, struct dentry *); member
/linux-4.4.14/fs/pstore/
Dinode.c286 .show_options = generic_show_options,
/linux-4.4.14/fs/afs/
Dsuper.c56 .show_options = generic_show_options,
/linux-4.4.14/fs/hfs/
Dsuper.c190 .show_options = hfs_show_options,
/linux-4.4.14/fs/proc/
Dinode.c122 .show_options = proc_show_options,
/linux-4.4.14/fs/tracefs/
Dinode.c264 .show_options = tracefs_show_options,
/linux-4.4.14/arch/s390/hypfs/
Dinode.c451 .show_options = hypfs_show_options,
/linux-4.4.14/fs/debugfs/
Dinode.c178 .show_options = debugfs_show_options,
/linux-4.4.14/fs/adfs/
Dsuper.c298 .show_options = adfs_show_options,
/linux-4.4.14/fs/devpts/
Dinode.c358 .show_options = devpts_show_options,
/linux-4.4.14/fs/omfs/
Dinode.c297 .show_options = generic_show_options,
/linux-4.4.14/fs/affs/
Dsuper.c161 .show_options = generic_show_options,
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c725 .show_options = generic_show_options, in spufs_fill_super()
/linux-4.4.14/fs/hfsplus/
Dsuper.c368 .show_options = hfsplus_show_options,
/linux-4.4.14/fs/qnx6/
Dinode.c43 .show_options = qnx6_show_options,
/linux-4.4.14/fs/hpfs/
Dsuper.c541 .show_options = hpfs_show_options,
/linux-4.4.14/fs/befs/
Dlinuxvfs.c61 .show_options = generic_show_options,
/linux-4.4.14/fs/jfs/
Dsuper.c857 .show_options = jfs_show_options,
/linux-4.4.14/fs/ceph/
Dsuper.c722 .show_options = ceph_show_options,
/linux-4.4.14/Documentation/filesystems/
DLocking125 int (*show_options)(struct seq_file *, struct dentry *);
146 show_options: no (namespace_sem)
Dvfs.txt227 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/
Dhostfs_kern.c276 .show_options = hostfs_show_options,
/linux-4.4.14/fs/overlayfs/
Dsuper.c650 .show_options = ovl_show_options,
/linux-4.4.14/fs/cifs/
Dcifsfs.c586 .show_options = cifs_show_options,
/linux-4.4.14/fs/ncpfs/
Dinode.c118 .show_options = ncp_show_options,
/linux-4.4.14/fs/fuse/
Dinode.c804 .show_options = fuse_show_options,
/linux-4.4.14/fs/nilfs2/
Dsuper.c718 .show_options = nilfs_show_options
/linux-4.4.14/fs/hugetlbfs/
Dinode.c998 .show_options = generic_show_options,
/linux-4.4.14/fs/isofs/
Dinode.c128 .show_options = generic_show_options,
/linux-4.4.14/fs/f2fs/
Dsuper.c846 .show_options = f2fs_show_options,
/linux-4.4.14/fs/gfs2/
Dsuper.c1664 .show_options = gfs2_show_options,
/linux-4.4.14/fs/ext2/
Dsuper.c331 .show_options = ext2_show_options,
/linux-4.4.14/fs/xfs/
Dxfs_super.c1642 .show_options = xfs_fs_show_options,
/linux-4.4.14/fs/ufs/
Dsuper.c1456 .show_options = ufs_show_options,
/linux-4.4.14/fs/btrfs/
Dsuper.c2179 .show_options = btrfs_show_options,
/linux-4.4.14/fs/fat/
Dinode.c832 .show_options = fat_show_options,
/linux-4.4.14/fs/ubifs/
Dsuper.c1886 .show_options = ubifs_show_options,
/linux-4.4.14/fs/reiserfs/
Dsuper.c778 .show_options = reiserfs_show_options,
/linux-4.4.14/fs/udf/
Dsuper.c209 .show_options = udf_show_options,
/linux-4.4.14/fs/ocfs2/
Dsuper.c160 .show_options = ocfs2_show_options,
/linux-4.4.14/fs/ntfs/
Dsuper.c2692 .show_options = ntfs_show_options, /* Show mount options in
/linux-4.4.14/mm/
Dshmem.c3196 .show_options = shmem_show_options,
/linux-4.4.14/kernel/
Dcgroup.c5214 .show_options = cgroup_show_options,
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES786 Clean up options displayed in /proc/mounts by show_options to
/linux-4.4.14/fs/ext4/
Dsuper.c1130 .show_options = ext4_show_options,