Lines Matching defs:path
757 * by somebody else, the fast path has failed. We will need to
1403 struct path path = { .mnt = info->mnt, .dentry = dentry };
1407 if (__path_is_mountpoint(&path)) {
1417 * @parent: path to check.
1422 int path_has_submounts(const struct path *parent)
2213 * resolution (store-free path walking) design described in
2214 * Documentation/filesystems/path-lookup.txt.
2229 * is formed, giving integrity down the path walk.
2262 * See Documentation/filesystems/path-lookup.txt for more details.
2385 * See Documentation/filesystems/path-lookup.txt for more details.