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

/linux-master/fs/erofs/
H A Dzdata.c526 z_erofs_next_pcluster_t owned_head; member in struct:z_erofs_decompress_frontend
536 .inode = __i, .owned_head = Z_EROFS_PCLUSTER_TAIL, \
748 z_erofs_next_pcluster_t *owned_head = &f->owned_head; local
752 *owned_head) == Z_EROFS_PCLUSTER_NIL) {
753 *owned_head = &pcl->next;
790 pcl->next = fe->owned_head;
819 fe->owned_head = &pcl->next;
840 DBG_BUGON(fe->owned_head == Z_EROFS_PCLUSTER_NIL);
1551 z_erofs_next_pcluster_t owned_head)
1549 move_to_bypass_jobqueue(struct z_erofs_pcluster *pcl, z_erofs_next_pcluster_t qtail[], z_erofs_next_pcluster_t owned_head) argument
1597 z_erofs_next_pcluster_t owned_head = f->owned_head; local
[all...]

Completed in 135 milliseconds