Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
Dzdata.h53 typedef void *z_erofs_next_pcluster_t; typedef
60 z_erofs_next_pcluster_t next;
90 z_erofs_next_pcluster_t head;
Dzdata.c127 z_erofs_next_pcluster_t owned_head;
302 z_erofs_next_pcluster_t *owned_head) in try_to_claim_pcluster()
944 z_erofs_next_pcluster_t owned = io->head; in z_erofs_decompress_queue()
1136 z_erofs_next_pcluster_t qtail[], in move_to_bypass_jobqueue()
1137 z_erofs_next_pcluster_t owned_head) in move_to_bypass_jobqueue()
1139 z_erofs_next_pcluster_t *const submit_qtail = qtail[JQ_SUBMIT]; in move_to_bypass_jobqueue()
1140 z_erofs_next_pcluster_t *const bypass_qtail = qtail[JQ_BYPASS]; in move_to_bypass_jobqueue()
1161 z_erofs_next_pcluster_t qtail[NR_JOBQUEUES]; in z_erofs_submit_queue()
1164 z_erofs_next_pcluster_t owned_head = f->clt.owned_head; in z_erofs_submit_queue()