Searched refs:WALK_TRAILING (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 1639 if (flags & WALK_TRAILING) { in pick_link() 1709 ((flags & WALK_TRAILING) && !(nd->flags & LOOKUP_FOLLOW)) || in step_into() 2326 return walk_component(nd, WALK_TRAILING); in lookup_last() 3263 res = step_into(nd, WALK_TRAILING, dentry, inode, seq); in open_last_lookups()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 1753 enum {WALK_TRAILING = 1, WALK_MORE = 2, WALK_NOFOLLOW = 4}; enumerator 1772 if (flags & WALK_TRAILING) { in pick_link() 1846 ((flags & WALK_TRAILING) && !(nd->flags & LOOKUP_FOLLOW)) || in step_into() 2459 return walk_component(nd, WALK_TRAILING); in lookup_last() 3581 res = step_into(nd, WALK_TRAILING, dentry); in open_last_lookups()
|
Completed in 14 milliseconds