Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dzmap.c182 if (m->delta[0] & Z_EROFS_VLE_DI_D0_CBLKCNT) { in legacy_load_cluster_from_disk()
189 ~Z_EROFS_VLE_DI_D0_CBLKCNT; in legacy_load_cluster_from_disk()
239 if (!(lo & Z_EROFS_VLE_DI_D0_CBLKCNT)) in get_compacted_la_distance()
280 if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) { in unpack_compacted_index()
285 m->compressedlcs = lo & ~Z_EROFS_VLE_DI_D0_CBLKCNT; in unpack_compacted_index()
301 else if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) in unpack_compacted_index()
328 if (lo & Z_EROFS_VLE_DI_D0_CBLKCNT) { in unpack_compacted_index()
330 nblk += lo & ~Z_EROFS_VLE_DI_D0_CBLKCNT; in unpack_compacted_index()
A Derofs_fs.h357 #define Z_EROFS_VLE_DI_D0_CBLKCNT (1 << 11) macro

Completed in 7 milliseconds