Searched refs:mount_nodev (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/fs/autofs4/ |
D | init.c | 20 return mount_nodev(fs_type, flags, data, autofs4_fill_super); in autofs_mount()
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 242 return mount_nodev(fs_type, flags, data, ramfs_fill_super); in ramfs_mount()
|
/linux-4.1.27/fs/coda/ |
D | inode.c | 322 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()
|
/linux-4.1.27/init/ |
D | do_mounts.c | 615 return mount_nodev(fs_type, flags, data, fill); in rootfs_mount()
|
/linux-4.1.27/fs/ |
D | super.c | 1041 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() function 1059 EXPORT_SYMBOL(mount_nodev);
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 622 return mount_nodev(fs_type, flags, data, dlmfs_fill_super); in dlmfs_mount()
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 742 return mount_nodev(type, flags, data, hppfs_fill_super); in hppfs_read_super()
|
/linux-4.1.27/fs/overlayfs/ |
D | super.c | 1034 return mount_nodev(fs_type, flags, raw_data, ovl_fill_super); in ovl_mount()
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 876 return mount_nodev(type, flags, &opts, exofs_fill_super); in exofs_mount()
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 991 return mount_nodev(type, flags, data, hostfs_fill_sb_common); in hostfs_read_sb()
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 932 return mount_nodev(fs_type, flags, data, hugetlbfs_fill_super); in hugetlbfs_mount()
|
/linux-4.1.27/fs/ncpfs/ |
D | inode.c | 1033 return mount_nodev(fs_type, flags, data, ncp_fill_super); in ncp_mount()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 1286 return mount_nodev(fs_type, flags, &lmd2, lustre_fill_super); in lustre_mount()
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 1115 return mount_nodev(fs_type, flags, raw_data, fuse_fill_super); in fuse_mount()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1944 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
|
/linux-4.1.27/mm/ |
D | shmem.c | 3204 return mount_nodev(fs_type, flags, data, shmem_fill_super); in shmem_mount()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_fs.c | 1319 rv = mount_nodev(t, flags, &data, ffs_sb_fill); in ffs_fs_mount()
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 182 mount_nodev: mount a filesystem that is not backed by a device
|