Searched refs:jumped (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | namei.c | 1374 static int __traverse_mounts(struct path *path, unsigned flags, bool *jumped, in __traverse_mounts() argument 1423 *jumped = need_mntput; in __traverse_mounts() 1427 static inline int traverse_mounts(struct path *path, bool *jumped, in traverse_mounts() argument 1434 *jumped = false; in traverse_mounts() 1439 return __traverse_mounts(path, flags, jumped, count, lookup_flags); in traverse_mounts() 1466 bool jumped; in follow_down() local 1467 int ret = traverse_mounts(path, &jumped, NULL, 0); in follow_down() 1526 bool jumped; in handle_mounts() local 1542 ret = traverse_mounts(path, &jumped, &nd->total_link_count, nd->flags); in handle_mounts() 1543 if (jumped) { in handle_mounts()
|