Searched refs:pages_biblock (Results 1 – 1 of 1) sorted by relevance
835 uint sector, pages_biblock; in calc_block_sector() local837 pages_biblock = DOC_LAYOUT_PAGES_PER_BLOCK * DOC_LAYOUT_NBPLANES; in calc_block_sector()839 pages_biblock /= 2; in calc_block_sector()842 *block0 = sector / pages_biblock * DOC_LAYOUT_NBPLANES; in calc_block_sector()844 *page = sector % pages_biblock; in calc_block_sector()