Searched refs:oe_grants (Results 1 – 2 of 2) sorted by relevance
121 __ext->oe_grants, __ext->oe_nr_pages, \223 if (ext->oe_grants == 0) { in osc_extent_sanity_check0()243 if (ext->oe_osclock == NULL && ext->oe_grants > 0) { in osc_extent_sanity_check0()556 cur->oe_grants += victim->oe_grants; in osc_extent_merge()582 LASSERT(ext->oe_grants > 0); in osc_extent_release()669 cur->oe_grants = 0; in osc_extent_find()759 ext->oe_grants += chunksize; in osc_extent_find()766 ext->oe_grants += chunksize; in osc_extent_find()794 cur->oe_grants = chunksize + cli->cl_extent_tax; in osc_extent_find()795 *grants -= cur->oe_grants; in osc_extent_find()[all …]
647 unsigned int oe_grants; member