Searched refs:Z_EROFS_VLE_DI_D0_CBLKCNT (Results 1 – 2 of 2) sorted by relevance
181 if (m->delta[0] & Z_EROFS_VLE_DI_D0_CBLKCNT) { in legacy_load_cluster_from_disk()187 ~Z_EROFS_VLE_DI_D0_CBLKCNT; in legacy_load_cluster_from_disk()247 if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) { in unpack_compacted_index()252 m->compressedlcs = lo & ~Z_EROFS_VLE_DI_D0_CBLKCNT; in unpack_compacted_index()268 else if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) in unpack_compacted_index()295 if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) { in unpack_compacted_index()297 nblk += lo & ~Z_EROFS_VLE_DI_D0_CBLKCNT; in unpack_compacted_index()
294 #define Z_EROFS_VLE_DI_D0_CBLKCNT (1 << 11) macro