Searched refs:lclusterbits (Results 1 – 1 of 1) sorted by relevance
111 if (1 << amortizedshift == 4 && lclusterbits <= 14) in unpack_compacted_index()135 m->clusterofs = 1 << lclusterbits; in unpack_compacted_index()331 map->m_plen = 1ULL << lclusterbits; in z_erofs_get_extent_compressedlen()395 if ((lcn << lclusterbits) >= inode->i_size) { in z_erofs_get_extent_decompressedlen()406 m->clusterofs != 1 << lclusterbits); in z_erofs_get_extent_decompressedlen()438 unsigned int lclusterbits, endoff, afmt; in z_erofs_do_map_blocks() local442 lclusterbits = vi->z_logical_clusterbits; in z_erofs_do_map_blocks()444 initial_lcn = ofs >> lclusterbits; in z_erofs_do_map_blocks()445 endoff = ofs & ((1 << lclusterbits) - 1); in z_erofs_do_map_blocks()455 end = (m.lcn + 1ULL) << lclusterbits; in z_erofs_do_map_blocks()[all …]
Completed in 9 milliseconds