Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dnamei.c1760 enum {WALK_FOLLOW = 1, WALK_MORE = 2}; enumerator
1771 if (!(flags & WALK_MORE) && nd->depth) in step_into()
1802 if (!(flags & WALK_MORE) && nd->depth) in walk_component()
2141 err = walk_component(nd, WALK_FOLLOW | WALK_MORE); in link_path_walk()