Lines Matching refs:owned
104 * The current collection has been linked with the owned chain, and
317 * by the original owned chain.
945 z_erofs_next_pcluster_t owned = io->head;
947 while (owned != Z_EROFS_PCLUSTER_TAIL_CLOSED) {
950 /* no possible that 'owned' equals Z_EROFS_WORK_TPTR_TAIL */
951 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL);
953 /* no possible that 'owned' equals NULL */
954 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL);
956 pcl = container_of(owned, struct z_erofs_pcluster, next);
957 owned = READ_ONCE(pcl->next);
1193 /* close the main owned chain at first */