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
471 ``link_path_walk()`` only walks as far as setting ``nd->last`` and
480 of housekeeping around ``link_path_walk()`` and returns the parent
658 each of which calls ``link_path_walk()``. The ``path_*()`` functions are
1098 The main loop in ``link_path_walk()`` iterates seamlessly over all
1168 All this leads to ``link_path_walk()`` walking down every component, and
1176 potentially need to call ``link_path_walk()`` again and again on
1180 This case is handled by relevant callers of link_path_walk(), such as
1181 path_lookupat(), path_openat() using a loop that calls link_path_walk(),
1186 link_path_walk() again. This could loop as many as 40 times if the last
1222 returns a non ``NULL`` value, and link_path_walk() gets called and the