Home
last modified time | relevance | path

Searched refs:pick_link (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst459 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()
/openbmc/linux/fs/
H A Dnamei.c1755 static const char *pick_link(struct nameidata *nd, struct path *link, in pick_link() function
1872 return pick_link(nd, &path, inode, flags); in step_into()