Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dkmod.c80 struct vfsmount *mnt = our_fs->altrootmnt; in use_init_fs_context()
82 our_fs->altrootmnt = NULL; in use_init_fs_context()
Dfork.c395 fs->altrootmnt = mntget(old->altrootmnt); in __copy_fs_struct()
398 fs->altrootmnt = NULL; in __copy_fs_struct()
Dexit.c247 mntput(fs->altrootmnt); in __put_fs_struct()
/linux-2.4.37.9/include/linux/
Dfs_struct.h10 struct vfsmount * rootmnt, * pwdmnt, * altrootmnt; member
/linux-2.4.37.9/fs/
Dnamespace.c753 struct vfsmount *rootmnt = NULL, *pwdmnt = NULL, *altrootmnt = NULL; in copy_namespace() local
801 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()
Dnamei.c725 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()