Home
last modified time | relevance | path

Searched refs:oe_grants (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c121 __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()
557 cur->oe_grants += victim->oe_grants; in osc_extent_merge()
583 LASSERT(ext->oe_grants > 0); in osc_extent_release()
670 cur->oe_grants = 0; in osc_extent_find()
760 ext->oe_grants += chunksize; in osc_extent_find()
767 ext->oe_grants += chunksize; in osc_extent_find()
795 cur->oe_grants = chunksize + cli->cl_extent_tax; in osc_extent_find()
796 *grants -= cur->oe_grants; in osc_extent_find()
[all …]
Dosc_cl_internal.h646 unsigned int oe_grants; member