Home
last modified time | relevance | path

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

/fs/erofs/
Dzdata.c314 if (pcl->next == Z_EROFS_PCLUSTER_NIL) { in try_to_claim_pcluster()
316 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_NIL, in try_to_claim_pcluster()
317 *owned_head) != Z_EROFS_PCLUSTER_NIL) in try_to_claim_pcluster()
463 DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_collector_begin()
948 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_pcluster()
970 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_vle_unzip_all()
1240 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_vle_submit_all()
Dzdata.h83 #define Z_EROFS_PCLUSTER_NIL (NULL) macro