owned_head        137 fs/erofs/zdata.c 	z_erofs_next_pcluster_t owned_head;
owned_head        154 fs/erofs/zdata.c 	.owned_head = Z_EROFS_PCLUSTER_TAIL, \
owned_head        312 fs/erofs/zdata.c 		      z_erofs_next_pcluster_t *owned_head)
owned_head        319 fs/erofs/zdata.c 			    *owned_head) != Z_EROFS_PCLUSTER_NIL)
owned_head        322 fs/erofs/zdata.c 		*owned_head = &pcl->next;
owned_head        332 fs/erofs/zdata.c 			    *owned_head) != Z_EROFS_PCLUSTER_TAIL)
owned_head        334 fs/erofs/zdata.c 		*owned_head = Z_EROFS_PCLUSTER_TAIL;
owned_head        355 fs/erofs/zdata.c 	if (clt->owned_head == &pcl->next || pcl == clt->tailpcl) {
owned_head        389 fs/erofs/zdata.c 	if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL)
owned_head        391 fs/erofs/zdata.c 	clt->mode = try_to_claim_pcluster(pcl, &clt->owned_head);
owned_head        393 fs/erofs/zdata.c 	if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL)
owned_head        429 fs/erofs/zdata.c 	pcl->next = clt->owned_head;
owned_head        448 fs/erofs/zdata.c 	if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL)
owned_head        450 fs/erofs/zdata.c 	clt->owned_head = &pcl->next;
owned_head        465 fs/erofs/zdata.c 	DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_NIL);
owned_head        466 fs/erofs/zdata.c 	DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_TAIL_CLOSED);
owned_head       1170 fs/erofs/zdata.c 				    z_erofs_next_pcluster_t owned_head)
owned_head       1175 fs/erofs/zdata.c 	DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_TAIL_CLOSED);
owned_head       1176 fs/erofs/zdata.c 	if (owned_head == Z_EROFS_PCLUSTER_TAIL)
owned_head       1177 fs/erofs/zdata.c 		owned_head = Z_EROFS_PCLUSTER_TAIL_CLOSED;
owned_head       1181 fs/erofs/zdata.c 	WRITE_ONCE(*submit_qtail, owned_head);
owned_head       1203 fs/erofs/zdata.c 				   z_erofs_next_pcluster_t owned_head,
owned_head       1218 fs/erofs/zdata.c 	if (owned_head == Z_EROFS_PCLUSTER_TAIL)
owned_head       1227 fs/erofs/zdata.c 	q[JQ_SUBMIT]->head = owned_head;
owned_head       1238 fs/erofs/zdata.c 		DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_TAIL_CLOSED);
owned_head       1239 fs/erofs/zdata.c 		DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL);
owned_head       1241 fs/erofs/zdata.c 		pcl = container_of(owned_head, struct z_erofs_pcluster, next);
owned_head       1246 fs/erofs/zdata.c 		owned_head = cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL,
owned_head       1294 fs/erofs/zdata.c 			move_to_bypass_jobqueue(pcl, qtail, owned_head);
owned_head       1295 fs/erofs/zdata.c 	} while (owned_head != Z_EROFS_PCLUSTER_TAIL);
owned_head       1314 fs/erofs/zdata.c 	if (!z_erofs_vle_submit_all(sb, clt->owned_head,