Searched refs:nullfs_mnt (Results 1 – 1 of 1) sorted by relevance
6189 struct vfsmount *mnt, *nullfs_mnt; in init_mount_tree() local6203 nullfs_mnt = vfs_kern_mount(&nullfs_fs_type, 0, "nullfs", NULL); in init_mount_tree()6204 if (IS_ERR(nullfs_mnt)) in init_mount_tree()6211 VFS_WARN_ON_ONCE(real_mount(nullfs_mnt)->mnt_id != 1); in init_mount_tree()6215 mnt_root = real_mount(nullfs_mnt); in init_mount_tree()6219 root.mnt = nullfs_mnt; in init_mount_tree()6220 root.dentry = nullfs_mnt->mnt_root; in init_mount_tree()6241 nullfs_mnt = kern_mount(&nullfs_fs_type); in init_mount_tree()6242 if (IS_ERR(nullfs_mnt)) in init_mount_tree()6244 root.mnt = nullfs_mnt; in init_mount_tree()[all …]