Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
Dzdata.c145 .owned_head = Z_EROFS_PCLUSTER_TAIL, \
315 } else if (pcl->next == Z_EROFS_PCLUSTER_TAIL) { in try_to_claim_pcluster()
321 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in try_to_claim_pcluster()
322 *owned_head) != Z_EROFS_PCLUSTER_TAIL) in try_to_claim_pcluster()
324 *owned_head = Z_EROFS_PCLUSTER_TAIL; in try_to_claim_pcluster()
370 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()
374 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()
439 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_register_collection()
950 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompress_queue()
1143 if (owned_head == Z_EROFS_PCLUSTER_TAIL) in move_to_bypass_jobqueue()
[all …]
Dzdata.h79 #define Z_EROFS_PCLUSTER_TAIL ((void *)0x5F0ECAFE) macro