Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Dzdata.h53 typedef void *z_erofs_next_pcluster_t; typedef
60 z_erofs_next_pcluster_t next;
89 z_erofs_next_pcluster_t head;
Dzdata.c208 z_erofs_next_pcluster_t owned_head;
396 z_erofs_next_pcluster_t *owned_head = &clt->owned_head; in z_erofs_try_to_claim_pcluster()
1041 z_erofs_next_pcluster_t owned = io->head; in z_erofs_decompress_queue()
1240 z_erofs_next_pcluster_t qtail[], in move_to_bypass_jobqueue()
1241 z_erofs_next_pcluster_t owned_head) in move_to_bypass_jobqueue()
1243 z_erofs_next_pcluster_t *const submit_qtail = qtail[JQ_SUBMIT]; in move_to_bypass_jobqueue()
1244 z_erofs_next_pcluster_t *const bypass_qtail = qtail[JQ_BYPASS]; in move_to_bypass_jobqueue()
1265 z_erofs_next_pcluster_t qtail[NR_JOBQUEUES]; in z_erofs_submit_queue()
1268 z_erofs_next_pcluster_t owned_head = f->clt.owned_head; in z_erofs_submit_queue()