Searched refs:ns_root (Results 1 – 1 of 1) sorted by relevance
4394 struct path ns_root; in current_chrooted() local4399 ns_root.mnt = ¤t->nsproxy->mnt_ns->root->mnt; in current_chrooted()4400 ns_root.dentry = ns_root.mnt->mnt_root; in current_chrooted()4401 path_get(&ns_root); in current_chrooted()4402 while (d_mountpoint(ns_root.dentry) && follow_down_one(&ns_root)) in current_chrooted()4407 chrooted = !path_equal(&fs_root, &ns_root); in current_chrooted()4410 path_put(&ns_root); in current_chrooted()
Completed in 11 milliseconds