Home
last modified time | relevance | path

Searched refs:mount_pseudo (Results 1 – 4 of 4) sorted by relevance

/fs/
Danon_inodes.c91 root = mount_pseudo(fs_type, "anon_inode:", NULL, in anon_inodefs_mount()
Dlibfs.c221 struct dentry *mount_pseudo(struct file_system_type *fs_type, char *name, in mount_pseudo() function
987 EXPORT_SYMBOL(mount_pseudo);
Dpipe.c1315 return mount_pseudo(fs_type, "pipe:", &pipefs_ops, in pipefs_mount()
Dblock_dev.c517 return mount_pseudo(fs_type, "bdev:", &bdev_sops, NULL, BDEVFS_MAGIC); in bd_mount()