Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dzdata.c209 z_erofs_next_pcluster_t owned_head; member
227 .owned_head = Z_EROFS_PCLUSTER_TAIL, \
398 z_erofs_next_pcluster_t *owned_head) in try_to_claim_pcluster() argument
405 *owned_head) != Z_EROFS_PCLUSTER_NIL) in try_to_claim_pcluster()
408 *owned_head = &pcl->next; in try_to_claim_pcluster()
418 *owned_head) != Z_EROFS_PCLUSTER_TAIL) in try_to_claim_pcluster()
420 *owned_head = Z_EROFS_PCLUSTER_TAIL; in try_to_claim_pcluster()
435 if (clt->owned_head == &pcl->next || pcl == clt->tailpcl) { in z_erofs_lookup_collection()
466 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()
468 clt->mode = try_to_claim_pcluster(pcl, &clt->owned_head); in z_erofs_lookup_collection()
[all …]