Searched refs:mount_nodev (Results 1 – 12 of 12) sorted by relevance
/fs/ramfs/ |
D | inode.c | 244 return mount_nodev(fs_type, flags, data, ramfs_fill_super); in ramfs_mount() 250 return mount_nodev(fs_type, flags|MS_NOUSER, data, ramfs_fill_super); in rootfs_mount()
|
/fs/autofs4/ |
D | init.c | 20 return mount_nodev(fs_type, flags, data, autofs4_fill_super); in autofs_mount()
|
/fs/coda/ |
D | inode.c | 323 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()
|
/fs/sdcardfs/ |
D | main.c | 400 return mount_nodev(fs_type, flags, in sdcardfs_mount()
|
/fs/ |
D | super.c | 1057 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() function 1075 EXPORT_SYMBOL(mount_nodev);
|
/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 634 return mount_nodev(fs_type, flags, data, dlmfs_fill_super); in dlmfs_mount()
|
/fs/hppfs/ |
D | hppfs.c | 745 return mount_nodev(type, flags, data, hppfs_fill_super); in hppfs_read_super()
|
/fs/exofs/ |
D | super.c | 876 return mount_nodev(type, flags, &opts, exofs_fill_super); in exofs_mount()
|
/fs/hostfs/ |
D | hostfs_kern.c | 973 return mount_nodev(type, flags, data, hostfs_fill_sb_common); in hostfs_read_sb()
|
/fs/hugetlbfs/ |
D | inode.c | 891 return mount_nodev(fs_type, flags, data, hugetlbfs_fill_super); in hugetlbfs_mount()
|
/fs/ncpfs/ |
D | inode.c | 1045 return mount_nodev(fs_type, flags, data, ncp_fill_super); in ncp_mount()
|
/fs/fuse/ |
D | inode.c | 1105 return mount_nodev(fs_type, flags, raw_data, fuse_fill_super); in fuse_mount()
|