Lines Matching full:jumped
1464 static int __traverse_mounts(struct path *path, unsigned flags, bool *jumped, in __traverse_mounts() argument
1513 *jumped = need_mntput; in __traverse_mounts()
1517 static inline int traverse_mounts(struct path *path, bool *jumped, in traverse_mounts() argument
1524 *jumped = false; in traverse_mounts()
1529 return __traverse_mounts(path, flags, jumped, count, lookup_flags); in traverse_mounts()
1556 bool jumped; in follow_down() local
1557 int ret = traverse_mounts(path, &jumped, NULL, flags); in follow_down()
1616 bool jumped; in handle_mounts() local
1632 ret = traverse_mounts(path, &jumped, &nd->total_link_count, nd->flags); in handle_mounts()
1633 if (jumped) { in handle_mounts()
2107 * path, then we can't be sure that ".." hasn't jumped in handle_dots()