Searched refs:Z_EROFS_VLE_DI_D0_CBLKCNT (Results 1 – 2 of 2) sorted by relevance
180 if (m->delta[0] & Z_EROFS_VLE_DI_D0_CBLKCNT) { in legacy_load_cluster_from_disk()186 ~Z_EROFS_VLE_DI_D0_CBLKCNT; in legacy_load_cluster_from_disk()235 if (!(lo & Z_EROFS_VLE_DI_D0_CBLKCNT)) in get_compacted_la_distance()276 if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) { in unpack_compacted_index()281 m->compressedlcs = lo & ~Z_EROFS_VLE_DI_D0_CBLKCNT; in unpack_compacted_index()297 else if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) in unpack_compacted_index()324 if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) { in unpack_compacted_index()326 nblk += lo & ~Z_EROFS_VLE_DI_D0_CBLKCNT; in unpack_compacted_index()
331 #define Z_EROFS_VLE_DI_D0_CBLKCNT (1 << 11) macro