Searched refs:owned_head (Results 1 – 1 of 1) sorted by relevance
127 z_erofs_next_pcluster_t owned_head; member145 .owned_head = Z_EROFS_PCLUSTER_TAIL, \300 z_erofs_next_pcluster_t *owned_head) in try_to_claim_pcluster() argument307 *owned_head) != Z_EROFS_PCLUSTER_NIL) in try_to_claim_pcluster()310 *owned_head = &pcl->next; in try_to_claim_pcluster()320 *owned_head) != Z_EROFS_PCLUSTER_TAIL) in try_to_claim_pcluster()322 *owned_head = Z_EROFS_PCLUSTER_TAIL; in try_to_claim_pcluster()337 if (clt->owned_head == &pcl->next || pcl == clt->tailpcl) { in z_erofs_lookup_collection()368 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()370 clt->mode = try_to_claim_pcluster(pcl, &clt->owned_head); in z_erofs_lookup_collection()[all …]