Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dkmod.c79 if (our_fs->altroot) { in use_init_fs_context()
81 struct dentry *dentry = our_fs->altroot; in use_init_fs_context()
83 our_fs->altroot = NULL; in use_init_fs_context()
Dfork.c394 if (old->altroot) { in __copy_fs_struct()
396 fs->altroot = dget(old->altroot); in __copy_fs_struct()
399 fs->altroot = NULL; in __copy_fs_struct()
Dexit.c245 if (fs->altroot) { in __put_fs_struct()
246 dput(fs->altroot); in __put_fs_struct()
/linux-2.4.37.9/include/linux/
Dfs_struct.h9 struct dentry * root, * pwd, * altroot; member
/linux-2.4.37.9/fs/
Dnamei.c726 olddentry = current->fs->altroot; in set_fs_altroot()
728 current->fs->altroot = dentry; in set_fs_altroot()
741 if (current->fs->altroot && !(nd->flags & LOOKUP_NOALT)) { in walk_init_root()
743 nd->dentry = dget(current->fs->altroot); in walk_init_root()