Lines Matching defs:mnt_root
607 if (walker_path.dentry == walker_path.mnt->mnt_root) {
699 * @mnt_root: Last directory to check.
704 * @mnt_root directory used as a mount point. This mount point is the common
706 * file. While walking from @dir to @mnt_root, we record all the domain's
715 * - false if the walk reached @mnt_root.
719 const struct dentry *const mnt_root, struct dentry *dir,
725 if (WARN_ON_ONCE(!domain || !mnt_root || !dir || !layer_masks_dom))
748 /* We should not reach a root other than @mnt_root. */
749 if (dir == mnt_root || WARN_ON_ONCE(IS_ROOT(dir)))
868 mnt_dir.dentry = new_dir->mnt->mnt_root;