Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dzmap.c181 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()
H A Derofs_fs.h294 #define Z_EROFS_VLE_DI_D0_CBLKCNT (1 << 11) macro