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