Searched refs:lookup_dcache (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ |
H A D | namei.c | 1590 static struct dentry *lookup_dcache(const struct qstr *name, in lookup_dcache() function 1618 struct dentry *dentry = lookup_dcache(name, base, flags); in lookup_one_qstr_excl() 2823 return lookup_dcache(&this, base, 0); in try_lookup_one_len() 2850 dentry = lookup_dcache(&this, base, 0); in lookup_one_len() 2880 dentry = lookup_dcache(&this, base, 0); in lookup_one() 2910 ret = lookup_dcache(&this, base, 0); in lookup_one_unlocked()
|