Searched refs:clusterbits (Results 1 – 3 of 3) sorted by relevance
640 DBG_BUGON(map->m_plen != 1 << sbi->clusterbits); in z_erofs_do_read_page()1491 const unsigned int clusterbits = EROFS_SB(inode->i_sb)->clusterbits; local1492 const unsigned int clustersize = 1 << clusterbits;1518 ofs = ((unsigned long long)lcn << clusterbits) +1541 const unsigned int clusterbits = EROFS_SB(inode->i_sb)->clusterbits; local1542 const unsigned int clustersize = 1 << clusterbits;1563 lcn = ofs >> clusterbits;
119 sbi->clusterbits = 12; in superblock_read()121 if (1 << (sbi->clusterbits - 12) > Z_EROFS_CLUSTER_MAX_PAGES) in superblock_read()123 sbi->clusterbits); in superblock_read()
93 unsigned char clusterbits; member293 #define erofs_clusterpages(sbi) ((1 << (sbi)->clusterbits) / PAGE_SIZE)