Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst266 ``lookup_fast()`` first which, in turn, checks to see if the name is in the cache,
447 "``lookup_fast()``" which only looks in the dcache, but will ask the
791 ``lookup_fast()`` is the only lookup routine that is used in RCU-mode,
793 ``lookup_fast()`` that we find the important "hand over hand" tracking
798 new ``seq`` number. ``lookup_fast()`` then copies the inode pointer and
/openbmc/linux/fs/
H A Dnamei.c1618 static struct dentry *lookup_fast(struct nameidata *nd) in lookup_fast() function
1998 dentry = lookup_fast(nd); in walk_component()
3527 dentry = lookup_fast(nd); in open_last_lookups()