Lines Matching refs:d_lookup
2259 * false-negative result. d_lookup() protects against concurrent
2319 * d_lookup - search for a dentry
2324 * d_lookup searches the children of the parent dentry for the name in
2329 struct dentry *d_lookup(const struct dentry *parent, const struct qstr *name)
2342 EXPORT_SYMBOL(d_lookup);
2350 * __d_lookup is like d_lookup, however it may (rarely) return a
2354 * however it must be used carefully, eg. with a following d_lookup in
2382 * false-negative result. d_lookup() protects against concurrent
2435 return d_lookup(dir, name);
2584 * No changes for the parent since the beginning of d_lookup().
2614 * d_lookup() would've found anyway. If it is, just return it;