Home
last modified time | relevance | path

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

/fs/erofs/
Dzdata.c154 .owned_head = Z_EROFS_PCLUSTER_TAIL, \
323 } else if (pcl->next == Z_EROFS_PCLUSTER_TAIL) { in try_to_claim_pcluster()
329 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in try_to_claim_pcluster()
330 *owned_head) != Z_EROFS_PCLUSTER_TAIL) in try_to_claim_pcluster()
332 *owned_head = Z_EROFS_PCLUSTER_TAIL; in try_to_claim_pcluster()
387 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in cllookup()
391 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in cllookup()
446 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in clregister()
967 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_vle_unzip_all()
1177 if (owned_head == Z_EROFS_PCLUSTER_TAIL) in move_to_bypass_jobqueue()
[all …]
Dzdata.h79 #define Z_EROFS_PCLUSTER_TAIL ((void *)0x5F0ECAFE) macro