Home
last modified time | relevance | path

Searched refs:owned_head (Results 1 – 1 of 1) sorted by relevance

/fs/erofs/
Dzdata.c334 z_erofs_next_pcluster_t owned_head; member
352 .owned_head = Z_EROFS_PCLUSTER_TAIL, \
523 z_erofs_next_pcluster_t *owned_head) in try_to_claim_pcluster() argument
530 *owned_head) != Z_EROFS_PCLUSTER_NIL) in try_to_claim_pcluster()
533 *owned_head = &pcl->next; in try_to_claim_pcluster()
543 *owned_head) != Z_EROFS_PCLUSTER_TAIL) in try_to_claim_pcluster()
545 *owned_head = Z_EROFS_PCLUSTER_TAIL; in try_to_claim_pcluster()
560 if (clt->owned_head == &pcl->next || pcl == clt->tailpcl) { in z_erofs_lookup_collection()
591 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()
593 clt->mode = try_to_claim_pcluster(pcl, &clt->owned_head); in z_erofs_lookup_collection()
[all …]