Searched refs:pages_biblock (Results 1 – 1 of 1) sorted by relevance
849 uint sector, pages_biblock; in calc_block_sector() local851 pages_biblock = DOC_LAYOUT_PAGES_PER_BLOCK * DOC_LAYOUT_NBPLANES; in calc_block_sector()853 pages_biblock /= 2; in calc_block_sector()856 *block0 = sector / pages_biblock * DOC_LAYOUT_NBPLANES; in calc_block_sector()858 *page = sector % pages_biblock; in calc_block_sector()