Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/autofs/
H A Dinit.c13 return mount_nodev(fs_type, flags, data, autofs_fill_super); in autofs_mount()
/OK3568_Linux_fs/kernel/fs/coda/
H A Dinode.c319 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()
/OK3568_Linux_fs/kernel/fs/ocfs2/dlmfs/
H A Ddlmfs.c554 return mount_nodev(fs_type, flags, data, dlmfs_fill_super); in dlmfs_mount()
/OK3568_Linux_fs/kernel/fs/devpts/
H A Dinode.c505 return mount_nodev(fs_type, flags, data, devpts_fill_super); in devpts_mount()
/OK3568_Linux_fs/kernel/fs/
H A Dsuper.c1456 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() function
1474 EXPORT_SYMBOL(mount_nodev);
/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs_kern.c968 return mount_nodev(type, flags, data, hostfs_fill_sb_common); in hostfs_read_sb()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dsuper.c2077 return mount_nodev(fs_type, flags, raw_data, ovl_fill_super); in ovl_mount()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2343 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dvfs.rst195 ``mount_nodev``