Lines Matching full:lookup

55  * in ovl_lookup_real_ancestor() will not be able to lookup a connected overlay
65 * (*) the algorithm in ovl_lookup_real_ancestor() can be improved to lookup an
360 * Lookup a child overlay dentry to get a connected overlay dentry whose real
361 * dentry is @real. If @real is on upper layer, we lookup a child overlay
363 * index for lookup.
375 * Lookup child overlay dentry by real name. The dir mutex protects us in ovl_lookup_real_one()
378 * connected overlay dir, we return -ECHILD and restart the lookup of in ovl_lookup_real_one()
415 pr_warn_ratelimited("failed to lookup one by real (%pd2, layer=%d, connected=%pd2, err=%i)\n", in ovl_lookup_real_one()
426 * Lookup an indexed or hashed overlay dentry by real inode.
438 * Decoding upper dir from index is expensive, so first try to lookup in ovl_lookup_real_inode()
450 * For decoded lower dir file handle, lookup index by origin to check in ovl_lookup_real_inode()
490 * Lookup an indexed or hashed overlay dentry, whose real dentry is an
509 * Lookup a matching overlay dentry in inode/dentry in ovl_lookup_real_ancestor()
542 * Lookup a connected overlay dentry whose real dentry is @real.
543 * If @real is on upper layer, we lookup a child overlay dentry with the same
544 * path the real dentry. Otherwise, we need to consult index for lookup.
609 * Lookup of child in overlay can fail when racing with in ovl_lookup_real()
611 * In this case, we need to restart the lookup from the in ovl_lookup_real()
616 * continue to connect exactly from where lookup failed. in ovl_lookup_real()
639 pr_warn_ratelimited("failed to lookup by real (%pd2, layer=%d, connected=%pd2, err=%i)\n", in ovl_lookup_real()
706 /* First lookup overlay inode in inode cache by origin fh */ in ovl_lower_fh_to_d()
725 /* Then lookup indexed upper/whiteout by origin fh */ in ovl_lower_fh_to_d()