Searched refs:Z_EROFS_VLE_DI_D0_CBLKCNT (Results 1 – 2 of 2) sorted by relevance
196 if (m->delta[0] & Z_EROFS_VLE_DI_D0_CBLKCNT) { in legacy_load_cluster_from_disk()203 ~Z_EROFS_VLE_DI_D0_CBLKCNT; in legacy_load_cluster_from_disk()255 if (!(lo & Z_EROFS_VLE_DI_D0_CBLKCNT)) in get_compacted_la_distance()300 if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) { in unpack_compacted_index()305 m->compressedblks = lo & ~Z_EROFS_VLE_DI_D0_CBLKCNT; in unpack_compacted_index()321 else if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) in unpack_compacted_index()348 if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) { in unpack_compacted_index()350 nblk += lo & ~Z_EROFS_VLE_DI_D0_CBLKCNT; in unpack_compacted_index()
384 #define Z_EROFS_VLE_DI_D0_CBLKCNT (1 << 11) macro