Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_cache.c673 LASSERTF(*grants >= chunksize + cli->cl_extent_tax, in osc_extent_find()
674 "%u/%u/%u.\n", *grants, chunksize, cli->cl_extent_tax); in osc_extent_find()
773 *grants += cli->cl_extent_tax; in osc_extent_find()
794 cur->oe_grants = chunksize + cli->cl_extent_tax; in osc_extent_find()
1448 int grant = (1 << cli->cl_chunkbits) + cli->cl_extent_tax; in osc_free_grant()
2298 grants = (1 << cli->cl_chunkbits) + cli->cl_extent_tax; in osc_queue_async_io()
2335 int tmp = (1 << cli->cl_chunkbits) + cli->cl_extent_tax; in osc_queue_async_io()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h348 int cl_extent_tax; /* extent overhead, by bytes */ member