JQ_SUBMIT        1162 fs/erofs/zdata.c 	q[JQ_SUBMIT] = jobqueue_init(sb, fgq + JQ_SUBMIT, forcefg);
JQ_SUBMIT        1163 fs/erofs/zdata.c 	qtail[JQ_SUBMIT] = &q[JQ_SUBMIT]->head;
JQ_SUBMIT        1165 fs/erofs/zdata.c 	return tagptr_cast_ptr(tagptr_fold(tagptr1_t, q[JQ_SUBMIT], !forcefg));
JQ_SUBMIT        1172 fs/erofs/zdata.c 	z_erofs_next_pcluster_t *const submit_qtail = qtail[JQ_SUBMIT];
JQ_SUBMIT        1198 fs/erofs/zdata.c 	kvfree(container_of(q[JQ_SUBMIT], struct z_erofs_unzip_io_sb, io));
JQ_SUBMIT        1227 fs/erofs/zdata.c 	q[JQ_SUBMIT]->head = owned_head;
JQ_SUBMIT        1292 fs/erofs/zdata.c 			qtail[JQ_SUBMIT] = &pcl->next;
JQ_SUBMIT        1325 fs/erofs/zdata.c 	wait_event(io[JQ_SUBMIT].u.wait,
JQ_SUBMIT        1326 fs/erofs/zdata.c 		   !atomic_read(&io[JQ_SUBMIT].pending_bios));
JQ_SUBMIT        1329 fs/erofs/zdata.c 	z_erofs_vle_unzip_all(sb, &io[JQ_SUBMIT], pagepool);