Home
last modified time | relevance | path

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

/Linux-v6.1/fs/erofs/
Dzdata.h101 #define Z_EROFS_PCLUSTER_NIL (NULL) macro
Dzdata.c459 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_NIL, in z_erofs_try_to_claim_pcluster()
460 *owned_head) == Z_EROFS_PCLUSTER_NIL) { in z_erofs_try_to_claim_pcluster()
561 DBG_BUGON(fe->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_collector_begin()
1130 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_pcluster()
1150 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
1437 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_submit_queue()