Lines Matching defs:path
785 * by somebody else, the fast path has failed. We will need to
1463 struct path path = { .mnt = info->mnt, .dentry = dentry };
1467 if (__path_is_mountpoint(&path)) {
1477 * @parent: path to check.
1482 int path_has_submounts(const struct path *parent)
2323 * resolution (store-free path walking) design described in
2324 * Documentation/filesystems/path-lookup.txt.
2339 * is formed, giving integrity down the path walk.
2375 * See Documentation/filesystems/path-lookup.txt for more details.
2479 * See Documentation/filesystems/path-lookup.txt for more details.