Lines Matching refs:d_lookup
2372 * false-negative result. d_lookup() protects against concurrent
2413 * d_lookup - search for a dentry
2418 * d_lookup searches the children of the parent dentry for the name in
2423 struct dentry *d_lookup(const struct dentry *parent, const struct qstr *name)
2436 EXPORT_SYMBOL(d_lookup);
2444 * __d_lookup is like d_lookup, however it may (rarely) return a
2448 * however it must be used carefully, eg. with a following d_lookup in
2476 * false-negative result. d_lookup() protects against concurrent
2529 return d_lookup(dir, name);
2681 * No changes for the parent since the beginning of d_lookup().
2711 * d_lookup() would've found anyway. If it is, just return it;