Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dzmap.c50 m->clusterofs = 1 << vi->z_logical_clusterbits; in z_erofs_load_full_lcluster()
70 if (m->clusterofs >= 1 << vi->z_logical_clusterbits) { in z_erofs_load_full_lcluster()
122 const unsigned int lclusterbits = vi->z_logical_clusterbits; in unpack_compacted_index()
294 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_extent_lookback()
336 const unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_compressedlen()
408 unsigned int lclusterbits = vi->z_logical_clusterbits; in z_erofs_get_extent_decompressedlen()
461 lclusterbits = vi->z_logical_clusterbits; in z_erofs_do_map_blocks()
633 vi->z_logical_clusterbits = sb->s_blocksize_bits + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
H A Dinternal.h282 unsigned char z_logical_clusterbits; member