Searched refs:owned_head (Results 1 – 1 of 1) sorted by relevance
137 z_erofs_next_pcluster_t owned_head; member154 .owned_head = Z_EROFS_PCLUSTER_TAIL, \312 z_erofs_next_pcluster_t *owned_head) in try_to_claim_pcluster() argument319 *owned_head) != Z_EROFS_PCLUSTER_NIL) in try_to_claim_pcluster()322 *owned_head = &pcl->next; in try_to_claim_pcluster()332 *owned_head) != Z_EROFS_PCLUSTER_TAIL) in try_to_claim_pcluster()334 *owned_head = Z_EROFS_PCLUSTER_TAIL; in try_to_claim_pcluster()355 if (clt->owned_head == &pcl->next || pcl == clt->tailpcl) { in cllookup()389 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in cllookup()391 clt->mode = try_to_claim_pcluster(pcl, &clt->owned_head); in cllookup()[all …]