Home
last modified time | relevance | path

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

/linux-6.12.1/fs/erofs/
Dzdata.c94 #define Z_EROFS_PCLUSTER_NIL (NULL) macro
789 DBG_BUGON(fe->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_pcluster_begin()
808 if (cmpxchg(&fe->pcl->next, Z_EROFS_PCLUSTER_NIL, in z_erofs_pcluster_begin()
809 fe->owned_head) == Z_EROFS_PCLUSTER_NIL) { in z_erofs_pcluster_begin()
1285 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_pcluster()
1303 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_queue()
1595 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_submit_queue()