Searched refs:nullfs_mnt (Results 1 – 1 of 1) sorted by relevance
6171 struct vfsmount *mnt, *nullfs_mnt; in init_mount_tree() local6183 nullfs_mnt = vfs_kern_mount(&nullfs_fs_type, 0, "nullfs", NULL); in init_mount_tree()6184 if (IS_ERR(nullfs_mnt)) in init_mount_tree()6191 VFS_WARN_ON_ONCE(real_mount(nullfs_mnt)->mnt_id != 1); in init_mount_tree()6195 mnt_root = real_mount(nullfs_mnt); in init_mount_tree()6199 root.mnt = nullfs_mnt; in init_mount_tree()6200 root.dentry = nullfs_mnt->mnt_root; in init_mount_tree()