Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dzdata.h54 typedef void *z_erofs_next_pcluster_t; typedef
61 z_erofs_next_pcluster_t next;
90 z_erofs_next_pcluster_t head;
H A Dzdata.c209 z_erofs_next_pcluster_t owned_head;
398 z_erofs_next_pcluster_t *owned_head) in try_to_claim_pcluster()
1045 z_erofs_next_pcluster_t owned = io->head; in z_erofs_decompress_queue()
1244 z_erofs_next_pcluster_t qtail[], in move_to_bypass_jobqueue()
1245 z_erofs_next_pcluster_t owned_head) in move_to_bypass_jobqueue()
1247 z_erofs_next_pcluster_t *const submit_qtail = qtail[JQ_SUBMIT]; in move_to_bypass_jobqueue()
1248 z_erofs_next_pcluster_t *const bypass_qtail = qtail[JQ_BYPASS]; in move_to_bypass_jobqueue()
1269 z_erofs_next_pcluster_t qtail[NR_JOBQUEUES]; in z_erofs_submit_queue()
1272 z_erofs_next_pcluster_t owned_head = f->clt.owned_head; in z_erofs_submit_queue()