Home
last modified time | relevance | path

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

/Linux-v6.1/fs/erofs/
Dzdata.c279 z_erofs_next_pcluster_t owned_head; member
292 .inode = __i, .owned_head = Z_EROFS_PCLUSTER_TAIL, \
456 z_erofs_next_pcluster_t *owned_head = &f->owned_head; in z_erofs_try_to_claim_pcluster() local
460 *owned_head) == Z_EROFS_PCLUSTER_NIL) { in z_erofs_try_to_claim_pcluster()
461 *owned_head = &pcl->next; in z_erofs_try_to_claim_pcluster()
471 if (*owned_head != &pcl->next && pcl != f->tailpcl && in z_erofs_try_to_claim_pcluster()
473 *owned_head) == Z_EROFS_PCLUSTER_TAIL) { in z_erofs_try_to_claim_pcluster()
474 *owned_head = Z_EROFS_PCLUSTER_TAIL; in z_erofs_try_to_claim_pcluster()
508 pcl->next = fe->owned_head; in z_erofs_register_pcluster()
540 if (fe->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_register_pcluster()
[all …]