Lines Matching defs:run_lookup
27 * run_lookup - Lookup the index of a MCB entry that is first <= vcn.
34 static bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *index)
173 if (!run_lookup(run, svcn, &i))
203 if (!run_lookup(run, vcn, &idx))
233 if (run_lookup(run, vcn, &index)) {
273 if (run_lookup(run, vcn, &index)) {
331 inrange = run_lookup(run, vcn, &index);
495 if (WARN_ON(!run_lookup(run, vcn, &index)))
560 if (WARN_ON(!run_lookup(run, vcn, &index)))
835 if (!run_lookup(run, svcn, &i))