Home
last modified time | relevance | path

Searched refs:z_logical_clusterbits (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/fs/erofs/
Dzmap.c43 m->clusterofs = 1 << vi->z_logical_clusterbits; in z_erofs_load_full_lcluster()
58 if (m->clusterofs >= 1 << vi->z_logical_clusterbits) { in z_erofs_load_full_lcluster()
107 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_load_compact_lcluster()
258 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()
311 (lcn << vi->z_logical_clusterbits) >= inode->i_size) in z_erofs_get_extent_compressedlen()
368 unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_decompressedlen()
422 lclusterbits = vi->z_logical_clusterbits; in z_erofs_do_map_blocks()
593 vi->z_logical_clusterbits = sb->s_blocksize_bits + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
Dinternal.h269 unsigned char z_logical_clusterbits; member