Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dnamei.c672 static int unlazy_walk(struct nameidata *nd) in unlazy_walk() function
781 if (unlikely(unlazy_walk(nd))) in complete_walk()
1052 if (unlikely(unlazy_walk(nd))) in get_link()
1071 if (unlikely(unlazy_walk(nd))) in get_link()
1565 if (unlazy_walk(nd)) in lookup_fast()
1691 if (unlazy_walk(nd)) in may_lookup()
1733 } else if (likely(unlazy_walk(nd)) == 0) in pick_link()
2153 if (unlazy_walk(nd)) in link_path_walk()
2635 if (unlazy_walk(nd)) in mountpoint_last()
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst817 ``unlazy_walk()``, so named because "RCU-walk" is also sometimes
818 referred to as "lazy walk". ``unlazy_walk()`` is called when
830 to ``unlazy_walk()`` are when some inconsistency is found that cannot be
836 For those cases where ``unlazy_walk()`` is an option, it essentially
903 then trying REF-walk, and in places where ``unlazy_walk()`` is used to
1045 must return ``-ECHILD`` and ``unlazy_walk()`` will be called to return to