Searched refs:pick_link (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/filesystems/ |
A D | path-lookup.rst | 459 a symbolic link, step_into() calls pick_link() to deal with it, 1106 When a symlink is found, walk_component() calls pick_link() via step_into() 1139 up in the ``nameidata``, and result in pick_link() returning ``NULL``. 1142 with "``/``" are detected in pick_link() which resets the ``nameidata`` 1162 returns ``NULL``. Again there is no final component and pick_link()
|
/linux/fs/ |
A D | namei.c | 1718 static const char *pick_link(struct nameidata *nd, struct path *link, in pick_link() function 1826 return pick_link(nd, &path, inode, seq, flags); in step_into()
|
Completed in 16 milliseconds