Searched refs:nullfs_mnt (Results 1 – 1 of 1) sorted by relevance
6141 struct vfsmount *mnt, *nullfs_mnt; in init_mount_tree() local6153 nullfs_mnt = vfs_kern_mount(&nullfs_fs_type, 0, "nullfs", NULL); in init_mount_tree()6154 if (IS_ERR(nullfs_mnt)) in init_mount_tree()6161 VFS_WARN_ON_ONCE(real_mount(nullfs_mnt)->mnt_id != 1); in init_mount_tree()6165 mnt_root = real_mount(nullfs_mnt); in init_mount_tree()6169 root.mnt = nullfs_mnt; in init_mount_tree()6170 root.dentry = nullfs_mnt->mnt_root; in init_mount_tree()