Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dnamei.c1673 static struct dentry *lookup_slow(const struct qstr *name, in lookup_slow() function
1800 path.dentry = lookup_slow(&nd->last, nd->path.dentry, in walk_component()
2562 ret = lookup_slow(&this, base, 0); in lookup_one_len_unlocked()
2655 path.dentry = lookup_slow(&nd->last, dir, in mountpoint_last()
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst260 falls back to ``lookup_slow()`` which takes a shared lock on ``i_rwsem``, checks again that
433 If that doesn't get a good result, it calls "``lookup_slow()``" which
477 implementation of ``lookup_slow()`` which skips that step. This is
777 ``lookup_slow()`` being too slow and requiring locks. It is in