Home
last modified time | relevance | path

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

/linux-4.1.27/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()
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 …]
Dosc_cl_internal.h647 unsigned int oe_grants; member