Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dnamei.c682 static int unlazy_walk(struct nameidata *nd) in unlazy_walk() function
795 if (unlikely(unlazy_walk(nd))) in complete_walk()
1469 if (unlazy_walk(nd)) in lookup_fast()
1572 if (unlazy_walk(nd)) in may_lookup()
1595 if (unlazy_walk(nd) != 0 || !grabbed_link) in reserve_stack()
1637 if (unlikely(unlazy_walk(nd))) in pick_link()
1655 if (unlikely(unlazy_walk(nd))) in pick_link()
2196 if (unlazy_walk(nd)) in link_path_walk()
3154 error = unlazy_walk(nd); in open_last_lookups()
/Linux-v5.10/Documentation/filesystems/
Dpath-lookup.rst833 ``unlazy_walk()``, so named because "RCU-walk" is also sometimes
834 referred to as "lazy walk". ``unlazy_walk()`` is called when
846 to ``unlazy_walk()`` are when some inconsistency is found that cannot be
852 For those cases where ``unlazy_walk()`` is an option, it essentially
919 then trying REF-walk, and in places where ``unlazy_walk()`` is used to
1061 must return ``-ECHILD`` and ``unlazy_walk()`` will be called to return to