/linux-4.1.27/drivers/xen/xenfs/ |
D | super.c | 71 return mount_single(fs_type, flags, data, xenfs_fill_super); in xenfs_mount()
|
/linux-4.1.27/fs/configfs/ |
D | mount.c | 108 return mount_single(fs_type, flags, data, configfs_fill_super); in configfs_do_mount()
|
/linux-4.1.27/drivers/base/ |
D | devtmpfs.c | 61 return mount_single(fs_type, flags, data, shmem_fill_super); in dev_mount() 63 return mount_single(fs_type, flags, data, ramfs_fill_super); in dev_mount()
|
/linux-4.1.27/security/ |
D | inode.c | 44 return mount_single(fs_type, flags, data, fill_super); in get_sb()
|
/linux-4.1.27/fs/efivarfs/ |
D | super.c | 230 return mount_single(fs_type, flags, data, efivarfs_fill_super); in efivarfs_mount()
|
/linux-4.1.27/drivers/oprofile/ |
D | oprofilefs.c | 267 return mount_single(fs_type, flags, data, oprofilefs_fill_super); in oprofilefs_mount()
|
/linux-4.1.27/fs/fuse/ |
D | control.c | 322 return mount_single(fs_type, flags, raw_data, fuse_ctl_fill_super); in fuse_ctl_mount()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_fs.c | 364 ret = mount_single(fs_type, flags, data, ipathfs_fill_super); in ipathfs_mount()
|
/linux-4.1.27/fs/openpromfs/ |
D | inode.c | 420 return mount_single(fs_type, flags, data, openprom_fill_super); in openprom_mount()
|
/linux-4.1.27/fs/pstore/ |
D | inode.c | 449 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
/linux-4.1.27/fs/ |
D | super.c | 1066 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function 1088 EXPORT_SYMBOL(mount_single);
|
D | binfmt_misc.c | 803 return mount_single(fs_type, flags, data, bm_fill_super); in bm_mount()
|
/linux-4.1.27/arch/s390/hypfs/ |
D | inode.c | 317 return mount_single(fst, flags, data, hypfs_fill_super); in hypfs_mount()
|
/linux-4.1.27/fs/tracefs/ |
D | inode.c | 306 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
|
/linux-4.1.27/fs/debugfs/ |
D | inode.c | 239 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | ibmasmfs.c | 97 return mount_single(fst, flags, data, ibmasmfs_fill_super); in ibmasmfs_mount()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_fs.c | 564 ret = mount_single(fs_type, flags, data, qibfs_fill_super); in qibfs_mount()
|
/linux-4.1.27/fs/devpts/ |
D | inode.c | 498 return mount_single(fs_type, flags, data, devpts_fill_super); in devpts_mount()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 748 return mount_single(fstype, flags, data, spufs_fill_super); in spufs_mount()
|
/linux-4.1.27/security/smack/ |
D | smackfs.c | 2512 return mount_single(fs_type, flags, data, smk_fill_super); in smk_mount()
|
/linux-4.1.27/security/selinux/ |
D | selinuxfs.c | 1846 return mount_single(fs_type, flags, data, sel_fill_super); in sel_mount()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | inode.c | 2021 return mount_single (t, flags, opts, gadgetfs_fill_super); in gadgetfs_mount()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1941 extern struct dentry *mount_single(struct file_system_type *fs_type,
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 184 mount_single: mount a filesystem which shares the instance between
|