Home
last modified time | relevance | path

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

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