z_logical_clusterbits 240 fs/erofs/internal.h unsigned char z_logical_clusterbits; z_logical_clusterbits 19 fs/erofs/zmap.c vi->z_logical_clusterbits = LOG_BLOCK_SIZE; z_logical_clusterbits 20 fs/erofs/zmap.c vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits; z_logical_clusterbits 21 fs/erofs/zmap.c vi->z_physical_clusterbits[1] = vi->z_logical_clusterbits; z_logical_clusterbits 73 fs/erofs/zmap.c vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); z_logical_clusterbits 74 fs/erofs/zmap.c vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits + z_logical_clusterbits 84 fs/erofs/zmap.c vi->z_physical_clusterbits[1] = vi->z_logical_clusterbits + z_logical_clusterbits 167 fs/erofs/zmap.c m->clusterofs = 1 << vi->z_logical_clusterbits; z_logical_clusterbits 200 fs/erofs/zmap.c const unsigned int lclusterbits = vi->z_logical_clusterbits; z_logical_clusterbits 264 fs/erofs/zmap.c const unsigned int lclusterbits = vi->z_logical_clusterbits; z_logical_clusterbits 333 fs/erofs/zmap.c const unsigned int lclusterbits = vi->z_logical_clusterbits; z_logical_clusterbits 403 fs/erofs/zmap.c lclusterbits = vi->z_logical_clusterbits;