Home
last modified time | relevance | path

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

/openbmc/linux/fs/autofs/
H A Dinit.c13 return mount_nodev(fs_type, flags, data, autofs_fill_super); in autofs_mount()
/openbmc/linux/fs/coda/
H A Dinode.c321 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()
/openbmc/linux/fs/devpts/
H A Dinode.c487 return mount_nodev(fs_type, flags, data, devpts_fill_super); in devpts_mount()
/openbmc/linux/fs/ocfs2/dlmfs/
H A Ddlmfs.c563 return mount_nodev(fs_type, flags, data, dlmfs_fill_super); in dlmfs_mount()
/openbmc/linux/fs/
H A Dsuper.c1670 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() function
1688 EXPORT_SYMBOL(mount_nodev);
/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.c981 return mount_nodev(type, flags, data, hostfs_fill_sb_common); in hostfs_read_sb()
/openbmc/linux/include/linux/
H A Dfs.h2404 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst218 ``mount_nodev``