Searched refs:link_path_walk (Results 1 – 3 of 3) sorted by relevance
33 link_path_walk.part.0+0x503/0x8e047 link_path_walk.part.0+0x503/0x8e0
149 management. This code is found in the ``link_path_walk()`` function, if435 "``link_path_walk()``" function, which handles the lookup of everything469 ``link_path_walk()`` only walks as far as setting ``nd->last`` and478 of housekeeping around ``link_path_walk()`` and returns the parent659 each of which calls ``link_path_walk()``. The ``path_*()`` functions are1115 The main loop in ``link_path_walk()`` iterates seamlessly over all1188 All this leads to ``link_path_walk()`` walking down every component, and1196 potentially need to call ``link_path_walk()`` again and again on1200 This case is handled by the relevant caller of ``link_path_walk()``, such as1201 ``path_lookupat()`` using a loop that calls ``link_path_walk()``, and then[all …]
2106 static int link_path_walk(const char *name, struct nameidata *nd) in link_path_walk() function2333 while (!(err = link_path_walk(s, nd)) && in path_lookupat()2386 int err = link_path_walk(s, nd); in path_parentat()3365 while (!(error = link_path_walk(s, nd)) && in path_openat()