Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst498 contains, in support functions starting with "open_last_lookups()", all the
502 focuses on those symbolic links. "open_last_lookups()" will sometimes, but
1182 and then handles the final component by calling open_last_lookups() or
1184 open_last_lookups() or lookup_last() will set things up properly and
1190 open_last_lookups() is the most interesting as it works in tandem
1191 with do_open() for opening a file. Part of open_last_lookups() runs
1194 Explaining open_last_lookups() and do_open() completely is beyond the scope
/openbmc/linux/fs/
H A Dnamei.c3506 static const char *open_last_lookups(struct nameidata *nd, in open_last_lookups() function
3788 (s = open_last_lookups(nd, file, op)) != NULL) in path_openat()