Home
last modified time | relevance | path

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

/Linux-v5.4/fs/erofs/
Dzdata.c137 z_erofs_next_pcluster_t owned_head; member
154 .owned_head = Z_EROFS_PCLUSTER_TAIL, \
312 z_erofs_next_pcluster_t *owned_head) in try_to_claim_pcluster() argument
319 *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 …]