Lines Matching full:jumped
1463 static int __traverse_mounts(struct path *path, unsigned flags, bool *jumped, in __traverse_mounts() argument
1512 *jumped = need_mntput; in __traverse_mounts()
1516 static inline int traverse_mounts(struct path *path, bool *jumped, in traverse_mounts() argument
1523 *jumped = false; in traverse_mounts()
1528 return __traverse_mounts(path, flags, jumped, count, lookup_flags); in traverse_mounts()
1555 bool jumped; in follow_down() local
1556 int ret = traverse_mounts(path, &jumped, NULL, flags); in follow_down()
1615 bool jumped; in handle_mounts() local
1631 ret = traverse_mounts(path, &jumped, &nd->total_link_count, nd->flags); in handle_mounts()
1632 if (jumped) { in handle_mounts()
2083 * path, then we can't be sure that ".." hasn't jumped in handle_dots()