Lines Matching defs:owned_head
528 z_erofs_next_pcluster_t owned_head;
538 .inode = __i, .owned_head = Z_EROFS_PCLUSTER_TAIL, \
763 z_erofs_next_pcluster_t *owned_head = &f->owned_head;
767 *owned_head) == Z_EROFS_PCLUSTER_NIL) {
768 *owned_head = &pcl->next;
805 pcl->next = fe->owned_head;
835 fe->owned_head = &pcl->next;
856 DBG_BUGON(fe->owned_head == Z_EROFS_PCLUSTER_NIL);
1586 z_erofs_next_pcluster_t owned_head)
1593 WRITE_ONCE(*submit_qtail, owned_head);
1632 z_erofs_next_pcluster_t owned_head = f->owned_head;
1652 q[JQ_SUBMIT]->head = owned_head;
1661 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL);
1662 pcl = container_of(owned_head, struct z_erofs_pcluster, next);
1663 owned_head = READ_ONCE(pcl->next);
1666 move_to_bypass_jobqueue(pcl, qtail, owned_head);
1727 move_to_bypass_jobqueue(pcl, qtail, owned_head);
1728 } while (owned_head != Z_EROFS_PCLUSTER_TAIL);
1752 if (f->owned_head == Z_EROFS_PCLUSTER_TAIL)