Home
last modified time | relevance | path

Searched refs:Z_EROFS_PCLUSTER_NIL (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/erofs/
H A Dzdata.c304 if (pcl->next == Z_EROFS_PCLUSTER_NIL) { in try_to_claim_pcluster()
306 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_NIL, in try_to_claim_pcluster()
307 *owned_head) != Z_EROFS_PCLUSTER_NIL) in try_to_claim_pcluster()
460 DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_collector_begin()
933 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_pcluster()
954 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
1186 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_submit_queue()
H A Dzdata.h83 #define Z_EROFS_PCLUSTER_NIL (NULL) macro
/kernel/linux/linux-6.6/fs/erofs/
H A Dzdata.c96 #define Z_EROFS_PCLUSTER_NIL (NULL) macro
766 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_NIL, in z_erofs_try_to_claim_pcluster()
767 *owned_head) == Z_EROFS_PCLUSTER_NIL) { in z_erofs_try_to_claim_pcluster()
856 DBG_BUGON(fe->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_pcluster_begin()
1349 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_pcluster()
1366 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
1661 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_submit_queue()

Completed in 5 milliseconds