Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/erofs/
Dunzip_vle.c640 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; local
1492 const unsigned int clustersize = 1 << clusterbits;
1518 ofs = ((unsigned long long)lcn << clusterbits) +
1541 const unsigned int clusterbits = EROFS_SB(inode->i_sb)->clusterbits; local
1542 const unsigned int clustersize = 1 << clusterbits;
1563 lcn = ofs >> clusterbits;
Dsuper.c119 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()
Dinternal.h93 unsigned char clusterbits; member
293 #define erofs_clusterpages(sbi) ((1 << (sbi)->clusterbits) / PAGE_SIZE)