Lines Matching full:jumped
1379 static int __traverse_mounts(struct path *path, unsigned flags, bool *jumped, in __traverse_mounts() argument
1428 *jumped = need_mntput; in __traverse_mounts()
1432 static inline int traverse_mounts(struct path *path, bool *jumped, in traverse_mounts() argument
1439 *jumped = false; in traverse_mounts()
1444 return __traverse_mounts(path, flags, jumped, count, lookup_flags); in traverse_mounts()
1471 bool jumped; in follow_down() local
1472 int ret = traverse_mounts(path, &jumped, NULL, flags); in follow_down()
1531 bool jumped; in handle_mounts() local
1547 ret = traverse_mounts(path, &jumped, &nd->total_link_count, nd->flags); in handle_mounts()
1548 if (jumped) { in handle_mounts()
1971 * path, then we can't be sure that ".." hasn't jumped in handle_dots()