Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
Dzdata.c306 if (pcl->next == Z_EROFS_PCLUSTER_NIL) { in try_to_claim_pcluster()
308 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_NIL, in try_to_claim_pcluster()
309 *owned_head) != Z_EROFS_PCLUSTER_NIL) in try_to_claim_pcluster()
462 DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_collector_begin()
932 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_pcluster()
953 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
1185 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_submit_queue()
Dzdata.h83 #define Z_EROFS_PCLUSTER_NIL (NULL) macro