Searched refs:altroot (Results 1 – 5 of 5) sorted by relevance
79 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()
394 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()
245 if (fs->altroot) { in __put_fs_struct()246 dput(fs->altroot); in __put_fs_struct()
9 struct dentry * root, * pwd, * altroot; member
726 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()