Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamespace.c6126 struct vfsmount *mnt, *nullfs_mnt; in init_mount_tree() local
6138 nullfs_mnt = vfs_kern_mount(&nullfs_fs_type, 0, "nullfs", NULL); in init_mount_tree()
6139 if (IS_ERR(nullfs_mnt)) in init_mount_tree()
6146 VFS_WARN_ON_ONCE(real_mount(nullfs_mnt)->mnt_id != 1); in init_mount_tree()
6150 mnt_root = real_mount(nullfs_mnt); in init_mount_tree()
6154 root.mnt = nullfs_mnt; in init_mount_tree()
6155 root.dentry = nullfs_mnt->mnt_root; in init_mount_tree()