Lines Matching refs:link_path_walk
148 management. This code is found in the ``link_path_walk()`` function, if
419 "``link_path_walk()``" function, which handles the lookup of everything
453 ``link_path_walk()`` only walks as far as setting ``nd->last`` and
462 of housekeeping around ``link_path_walk()`` and returns the parent
643 each of which calls ``link_path_walk()``. The ``path_*`` functions are
1099 The main loop in ``link_path_walk()`` iterates seamlessly over all
1172 All this leads to ``link_path_walk()`` walking down every component, and
1180 potentially need to call ``link_path_walk()`` again and again on
1184 This case is handled by the relevant caller of ``link_path_walk()``, such as
1185 ``path_lookupat()`` using a loop that calls ``link_path_walk()``, and then
1188 things up properly and the loop repeats, calling ``link_path_walk()``