Searched refs:owned_head (Results 1 – 1 of 1) sorted by relevance
208 z_erofs_next_pcluster_t owned_head; member226 .owned_head = Z_EROFS_PCLUSTER_TAIL, \396 z_erofs_next_pcluster_t *owned_head = &clt->owned_head; in z_erofs_try_to_claim_pcluster() local400 *owned_head) == Z_EROFS_PCLUSTER_NIL) { in z_erofs_try_to_claim_pcluster()401 *owned_head = &pcl->next; in z_erofs_try_to_claim_pcluster()412 *owned_head) == Z_EROFS_PCLUSTER_TAIL) { in z_erofs_try_to_claim_pcluster()413 *owned_head = Z_EROFS_PCLUSTER_TAIL; in z_erofs_try_to_claim_pcluster()431 if (clt->owned_head == &pcl->next || pcl == clt->tailpcl) { in z_erofs_lookup_collection()462 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()497 pcl->next = clt->owned_head; in z_erofs_register_collection()[all …]