Searched refs:owned_head (Results 1 – 1 of 1) sorted by relevance
326 z_erofs_next_pcluster_t owned_head; member344 .owned_head = Z_EROFS_PCLUSTER_TAIL, \508 z_erofs_next_pcluster_t *owned_head = &clt->owned_head; in z_erofs_try_to_claim_pcluster() local512 *owned_head) == Z_EROFS_PCLUSTER_NIL) { in z_erofs_try_to_claim_pcluster()513 *owned_head = &pcl->next; in z_erofs_try_to_claim_pcluster()524 *owned_head) == Z_EROFS_PCLUSTER_TAIL) { in z_erofs_try_to_claim_pcluster()525 *owned_head = Z_EROFS_PCLUSTER_TAIL; in z_erofs_try_to_claim_pcluster()543 if (clt->owned_head == &pcl->next || pcl == clt->tailpcl) { in z_erofs_lookup_collection()574 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()609 pcl->next = clt->owned_head; in z_erofs_register_collection()[all …]