Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dzdata.c402 if (pcl->next == Z_EROFS_PCLUSTER_NIL) { in try_to_claim_pcluster()
404 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_NIL, in try_to_claim_pcluster()
405 *owned_head) != Z_EROFS_PCLUSTER_NIL) in try_to_claim_pcluster()
551 DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_collector_begin()
1033 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_pcluster()
1054 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
1293 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_submit_queue()
H A Dzdata.h85 #define Z_EROFS_PCLUSTER_NIL (NULL) macro