Searched refs:altrootmnt (Results 1 – 6 of 6) sorted by relevance
80 struct vfsmount *mnt = our_fs->altrootmnt; in use_init_fs_context()82 our_fs->altrootmnt = NULL; in use_init_fs_context()
395 fs->altrootmnt = mntget(old->altrootmnt); in __copy_fs_struct()398 fs->altrootmnt = NULL; in __copy_fs_struct()
247 mntput(fs->altrootmnt); in __put_fs_struct()
10 struct vfsmount * rootmnt, * pwdmnt, * altrootmnt; member
753 struct vfsmount *rootmnt = NULL, *pwdmnt = NULL, *altrootmnt = NULL; in copy_namespace() local801 if (p == fs->altrootmnt) { in copy_namespace()802 altrootmnt = p; in copy_namespace()803 fs->altrootmnt = mntget(q); in copy_namespace()818 if (altrootmnt) in copy_namespace()819 mntput(altrootmnt); in copy_namespace()
725 oldmnt = current->fs->altrootmnt; in set_fs_altroot()727 current->fs->altrootmnt = mnt; in set_fs_altroot()742 nd->mnt = mntget(current->fs->altrootmnt); in walk_init_root()