Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst258 ``lookup_fast()`` first which, in turn, checks to see if the name is in the cache,
431 "``lookup_fast()``" which only looks in the dcache, but will ask the
776 ``lookup_fast()`` is the only lookup routine that is used in RCU-mode,
778 ``lookup_fast()`` that we find the important "hand over hand" tracking
783 new ``seq`` number. ``lookup_fast()`` then copies the inode pointer and
/Linux-v5.4/fs/
Dnamei.c1546 static int lookup_fast(struct nameidata *nd, in lookup_fast() function
1796 err = lookup_fast(nd, &path, &inode, &seq); in walk_component()
3274 error = lookup_fast(nd, &path, &inode, &seq); in do_last()