Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/osc/
Dosc_cache.c674 LASSERTF(*grants >= chunksize + cli->cl_extent_tax, in osc_extent_find()
675 "%u/%u/%u.\n", *grants, chunksize, cli->cl_extent_tax); in osc_extent_find()
774 *grants += cli->cl_extent_tax; in osc_extent_find()
795 cur->oe_grants = chunksize + cli->cl_extent_tax; in osc_extent_find()
1449 int grant = (1 << cli->cl_chunkbits) + cli->cl_extent_tax; in osc_free_grant()
2293 grants = (1 << cli->cl_chunkbits) + cli->cl_extent_tax; in osc_queue_async_io()
2330 int tmp = (1 << cli->cl_chunkbits) + cli->cl_extent_tax; in osc_queue_async_io()
/drivers/staging/lustre/lustre/include/
Dobd.h275 int cl_extent_tax; /* extent overhead, by bytes */ member