Lines Matching defs:next
29 /* point to the next page which contains the following bvecs */ \
50 /* A: point to next chained pcluster or TAILs */
51 z_erofs_next_pcluster_t next;
766 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_NIL,
768 *owned_head = &pcl->next;
805 pcl->next = fe->owned_head;
835 fe->owned_head = &pcl->next;
1349 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL);
1368 be.pcl = container_of(owned, struct z_erofs_pcluster, next);
1369 owned = READ_ONCE(be.pcl->next);
1591 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_TAIL);
1594 WRITE_ONCE(*bypass_qtail, &pcl->next);
1596 qtail[JQ_BYPASS] = &pcl->next;
1662 pcl = container_of(owned_head, struct z_erofs_pcluster, next);
1663 owned_head = READ_ONCE(pcl->next);
1725 qtail[JQ_SUBMIT] = &pcl->next;