Home
last modified time | relevance | path

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

/fs/ramfs/
Dinode.c244 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/
Dinit.c20 return mount_nodev(fs_type, flags, data, autofs4_fill_super); in autofs_mount()
/fs/coda/
Dinode.c323 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()
/fs/sdcardfs/
Dmain.c400 return mount_nodev(fs_type, flags, in sdcardfs_mount()
/fs/
Dsuper.c1057 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() function
1075 EXPORT_SYMBOL(mount_nodev);
/fs/ocfs2/dlmfs/
Ddlmfs.c634 return mount_nodev(fs_type, flags, data, dlmfs_fill_super); in dlmfs_mount()
/fs/hppfs/
Dhppfs.c745 return mount_nodev(type, flags, data, hppfs_fill_super); in hppfs_read_super()
/fs/exofs/
Dsuper.c876 return mount_nodev(type, flags, &opts, exofs_fill_super); in exofs_mount()
/fs/hostfs/
Dhostfs_kern.c973 return mount_nodev(type, flags, data, hostfs_fill_sb_common); in hostfs_read_sb()
/fs/hugetlbfs/
Dinode.c891 return mount_nodev(fs_type, flags, data, hugetlbfs_fill_super); in hugetlbfs_mount()
/fs/ncpfs/
Dinode.c1045 return mount_nodev(fs_type, flags, data, ncp_fill_super); in ncp_mount()
/fs/fuse/
Dinode.c1105 return mount_nodev(fs_type, flags, raw_data, fuse_fill_super); in fuse_mount()