Searched refs:WALK_NOFOLLOW (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 1620 enum {WALK_TRAILING = 1, WALK_MORE = 2, WALK_NOFOLLOW = 4}; enumerator 1710 (flags & WALK_NOFOLLOW)) { in step_into() 1830 error = step_into(nd, WALK_NOFOLLOW, in handle_dots() 1833 error = step_into(nd, WALK_NOFOLLOW, in handle_dots() 2333 return PTR_ERR(step_into(nd, WALK_NOFOLLOW, in handle_lookup_down()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 1753 enum {WALK_TRAILING = 1, WALK_MORE = 2, WALK_NOFOLLOW = 4}; enumerator 1847 (flags & WALK_NOFOLLOW)) { in step_into() 1964 error = step_into(nd, WALK_NOFOLLOW, parent); in handle_dots() 2467 return PTR_ERR(step_into(nd, WALK_NOFOLLOW, nd->path.dentry)); in handle_lookup_down()
|
Completed in 12 milliseconds