Searched refs:do_last (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/Documentation/filesystems/ |
D | path-lookup.rst | 482 contains, in support functions starting with "``do_last()``", all the 486 focuses on those symbolic links. "``do_last()``" will sometimes, but 1194 and ``do_last()``, each of which use the same convention as 1198 Of these, ``do_last()`` is the most interesting as it is used for 1199 opening a file. Part of ``do_last()`` runs with ``i_rwsem`` held and this 1202 Explaining ``do_last()`` completely is beyond the scope of this article, 1206 1. Rather than just finding the target file, ``do_last()`` needs to open 1230 so does ``do_last()`` so that ``trailing_symlink()`` gets called and the
|
/Linux-v5.4/fs/ |
D | namei.c | 3247 static int do_last(struct nameidata *nd, in do_last() function 3525 (error = do_last(nd, file, op)) > 0) { in path_openat()
|
/Linux-v5.4/Documentation/trace/ |
D | ftrace.rst | 2864 bash-1994 [000] .... 4342.324897: open_check_o_direct <-do_last 2865 bash-1994 [000] .... 4342.324897: ima_file_check <-do_last 2869 bash-1994 [000] .... 4342.324899: do_truncate <-do_last
|