Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnamei.c1835 static const char *step_into(struct nameidata *nd, int flags, in step_into() function
1964 error = step_into(nd, WALK_NOFOLLOW, parent); in handle_dots()
2008 return step_into(nd, flags, dentry); in walk_component()
2467 return PTR_ERR(step_into(nd, WALK_NOFOLLOW, nd->path.dentry)); in handle_lookup_down()
3581 res = step_into(nd, WALK_TRAILING, dentry); in open_last_lookups()
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst453 As the last step of walk_component(), step_into() will be called either
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()