Home
last modified time | relevance | path

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

/linux-6.1.9/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()
562 DBG_BUGON(fe->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_collector_begin()
1131 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_pcluster()
1151 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
1438 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_submit_queue()