Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
H A Dzdata.c145 .owned_head = Z_EROFS_PCLUSTER_TAIL, \
313 } else if (pcl->next == Z_EROFS_PCLUSTER_TAIL) { in try_to_claim_pcluster()
319 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in try_to_claim_pcluster()
320 *owned_head) != Z_EROFS_PCLUSTER_TAIL) in try_to_claim_pcluster()
322 *owned_head = Z_EROFS_PCLUSTER_TAIL; in try_to_claim_pcluster()
368 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()
371 /* clean tailpcl if the current owned_head is Z_EROFS_PCLUSTER_TAIL */ in z_erofs_lookup_collection()
372 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()
437 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_register_collection()
459 /* must be Z_EROFS_PCLUSTER_TAIL o in z_erofs_collector_begin()
[all...]
H A Dzdata.h79 #define Z_EROFS_PCLUSTER_TAIL ((void *)0x5F0ECAFE) macro
/kernel/linux/linux-6.6/fs/erofs/
H A Dzdata.c95 #define Z_EROFS_PCLUSTER_TAIL ((void *) 0x700 + POISON_POINTER_DELTA) macro
538 .inode = __i, .owned_head = Z_EROFS_PCLUSTER_TAIL, \
855 /* must be Z_EROFS_PCLUSTER_TAIL or pointed to previous pcluster */ in z_erofs_pcluster_begin()
1365 while (owned != Z_EROFS_PCLUSTER_TAIL) { in z_erofs_decompress_queue()
1385 DBG_BUGON(bgq->head == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompressqueue_work()
1573 q->head = Z_EROFS_PCLUSTER_TAIL; in jobqueue_init()
1591 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_TAIL); in move_to_bypass_jobqueue()
1728 } while (owned_head != Z_EROFS_PCLUSTER_TAIL); in z_erofs_submit_queue()
1752 if (f->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_runqueue()

Completed in 6 milliseconds