Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c43 m->clusterofs = 1 << vi->z_lclusterbits; in z_erofs_load_full_lcluster()
108 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_load_compact_lcluster()
262 m->clusterofs >= (1 << vi->z_lclusterbits)) { in z_erofs_load_lcluster_from_disk()
274 const unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_extent_lookback()
317 (lcn << vi->z_lclusterbits) >= inode->i_size) in z_erofs_get_extent_compressedlen()
364 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_get_extent_decompressedlen()
403 unsigned int lclusterbits = vi->z_lclusterbits; in z_erofs_map_blocks_fo()
539 lstart = round_down(map->m_la, 1 << vi->z_lclusterbits); in z_erofs_map_blocks_ext()
540 pos += (lstart >> vi->z_lclusterbits) * recsz; in z_erofs_map_blocks_ext()
544 for (; lstart <= map->m_la; lstart += 1 << vi->z_lclusterbits) { in z_erofs_map_blocks_ext()
[all …]
H A Dinternal.h271 unsigned char z_lclusterbits; member