Searched refs:mount_nodev (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/fs/autofs4/ |
D | init.c | 20 return mount_nodev(fs_type, flags, data, autofs4_fill_super); in autofs_mount()
|
/linux-4.4.14/fs/ramfs/ |
D | inode.c | 242 return mount_nodev(fs_type, flags, data, ramfs_fill_super); in ramfs_mount()
|
/linux-4.4.14/fs/coda/ |
D | inode.c | 322 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()
|
/linux-4.4.14/kernel/bpf/ |
D | inode.c | 361 return mount_nodev(type, flags, data, bpf_fill_super); in bpf_mount()
|
/linux-4.4.14/init/ |
D | do_mounts.c | 620 return mount_nodev(fs_type, flags, data, fill); in rootfs_mount()
|
/linux-4.4.14/fs/ |
D | super.c | 1057 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() function 1075 EXPORT_SYMBOL(mount_nodev);
|
/linux-4.4.14/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 622 return mount_nodev(fs_type, flags, data, dlmfs_fill_super); in dlmfs_mount()
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 876 return mount_nodev(type, flags, &opts, exofs_fill_super); in exofs_mount()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_kern.c | 988 return mount_nodev(type, flags, data, hostfs_fill_sb_common); in hostfs_read_sb()
|
/linux-4.4.14/fs/overlayfs/ |
D | super.c | 1135 return mount_nodev(fs_type, flags, raw_data, ovl_fill_super); in ovl_mount()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 1173 return mount_nodev(fs_type, flags, &lmd2, lustre_fill_super); in lustre_mount()
|
/linux-4.4.14/fs/ncpfs/ |
D | inode.c | 1033 return mount_nodev(fs_type, flags, data, ncp_fill_super); in ncp_mount()
|
/linux-4.4.14/fs/fuse/ |
D | inode.c | 1171 return mount_nodev(fs_type, flags, raw_data, fuse_fill_super); in fuse_mount()
|
/linux-4.4.14/fs/hugetlbfs/ |
D | inode.c | 1199 return mount_nodev(fs_type, flags, data, hugetlbfs_fill_super); in hugetlbfs_mount()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1969 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 1319 rv = mount_nodev(t, flags, &data, ffs_sb_fill); in ffs_fs_mount()
|
/linux-4.4.14/mm/ |
D | shmem.c | 3215 return mount_nodev(fs_type, flags, data, shmem_fill_super); in shmem_mount()
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 182 mount_nodev: mount a filesystem that is not backed by a device
|