Lines Matching full:jumped
1468 static int __traverse_mounts(struct path *path, unsigned flags, bool *jumped, in __traverse_mounts() argument
1525 *jumped = need_mntput; in __traverse_mounts()
1529 static inline int traverse_mounts(struct path *path, bool *jumped, in traverse_mounts() argument
1536 *jumped = false; in traverse_mounts()
1541 return __traverse_mounts(path, flags, jumped, count, lookup_flags); in traverse_mounts()
1568 bool jumped; in follow_down() local
1569 int ret = traverse_mounts(path, &jumped, NULL, flags); in follow_down()
1628 bool jumped; in handle_mounts() local
1644 ret = traverse_mounts(path, &jumped, &nd->total_link_count, nd->flags); in handle_mounts()
1645 if (jumped) in handle_mounts()
2120 * path, then we can't be sure that ".." hasn't jumped in handle_dots()