Home
last modified time | relevance | path

Searched refs:mount_nodev (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/fs/autofs4/
Dinit.c20 return mount_nodev(fs_type, flags, data, autofs4_fill_super); in autofs_mount()
/linux-4.1.27/fs/ramfs/
Dinode.c242 return mount_nodev(fs_type, flags, data, ramfs_fill_super); in ramfs_mount()
/linux-4.1.27/fs/coda/
Dinode.c322 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()
/linux-4.1.27/init/
Ddo_mounts.c615 return mount_nodev(fs_type, flags, data, fill); in rootfs_mount()
/linux-4.1.27/fs/
Dsuper.c1041 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/
Ddlmfs.c622 return mount_nodev(fs_type, flags, data, dlmfs_fill_super); in dlmfs_mount()
/linux-4.1.27/fs/hppfs/
Dhppfs.c742 return mount_nodev(type, flags, data, hppfs_fill_super); in hppfs_read_super()
/linux-4.1.27/fs/overlayfs/
Dsuper.c1034 return mount_nodev(fs_type, flags, raw_data, ovl_fill_super); in ovl_mount()
/linux-4.1.27/fs/exofs/
Dsuper.c876 return mount_nodev(type, flags, &opts, exofs_fill_super); in exofs_mount()
/linux-4.1.27/fs/hostfs/
Dhostfs_kern.c991 return mount_nodev(type, flags, data, hostfs_fill_sb_common); in hostfs_read_sb()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c932 return mount_nodev(fs_type, flags, data, hugetlbfs_fill_super); in hugetlbfs_mount()
/linux-4.1.27/fs/ncpfs/
Dinode.c1033 return mount_nodev(fs_type, flags, data, ncp_fill_super); in ncp_mount()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c1286 return mount_nodev(fs_type, flags, &lmd2, lustre_fill_super); in lustre_mount()
/linux-4.1.27/fs/fuse/
Dinode.c1115 return mount_nodev(fs_type, flags, raw_data, fuse_fill_super); in fuse_mount()
/linux-4.1.27/include/linux/
Dfs.h1944 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
/linux-4.1.27/mm/
Dshmem.c3204 return mount_nodev(fs_type, flags, data, shmem_fill_super); in shmem_mount()
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c1319 rv = mount_nodev(t, flags, &data, ffs_sb_fill); in ffs_fs_mount()
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt182 mount_nodev: mount a filesystem that is not backed by a device