Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c532 int ppc_bits; in osc_extent_merge() local
546 ppc_bits = osc_cli(obj)->cl_chunkbits - PAGE_CACHE_SHIFT; in osc_extent_merge()
547 chunk_start = cur->oe_start >> ppc_bits; in osc_extent_merge()
548 chunk_end = cur->oe_end >> ppc_bits; in osc_extent_merge()
549 if (chunk_start != (victim->oe_end >> ppc_bits) + 1 && in osc_extent_merge()
550 chunk_end + 1 != victim->oe_start >> ppc_bits) in osc_extent_merge()
637 int ppc_bits; /* pages per chunk bits */ in osc_extent_find() local
650 ppc_bits = cli->cl_chunkbits - PAGE_CACHE_SHIFT; in osc_extent_find()
651 chunk_mask = ~((1 << ppc_bits) - 1); in osc_extent_find()
653 chunk = index >> ppc_bits; in osc_extent_find()
[all …]