Home
last modified time | relevance | path

Searched refs:WALK_MORE (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dnamei.c2002 enum {WALK_TRAILING = 1, WALK_MORE = 2, WALK_NOFOLLOW = 4}; enumerator
2271 if (unlikely(nd->depth) && !(flags & WALK_MORE)) in walk_component()
2283 if (unlikely(nd->depth) && !(flags & WALK_MORE)) in walk_component()
2647 link = walk_component(nd, WALK_MORE); in link_path_walk()