Lines Matching refs:head
97 * | tail (partial) page | head (partial) page |
111 * | tail (partial) page | head (partial) page |
500 static void z_erofs_rcu_callback(struct rcu_head *head)
503 container_of(head, struct z_erofs_collection, rcu);
845 * only if non-head page can be selected
945 z_erofs_next_pcluster_t owned = io->head;
969 DBG_BUGON(bgq->head == Z_EROFS_PCLUSTER_TAIL_CLOSED);
1111 q->head = Z_EROFS_PCLUSTER_TAIL_CLOSED;
1172 qtail[JQ_BYPASS] = &q[JQ_BYPASS]->head;
1173 qtail[JQ_SUBMIT] = &q[JQ_SUBMIT]->head;
1176 q[JQ_SUBMIT]->head = owned_head;
1313 struct page *page, *head = NULL;
1329 sync &= !(PageReadahead(page) && !head);
1331 set_page_private(page, (unsigned long)head);
1332 head = page;
1335 while (head) {
1336 struct page *page = head;
1340 head = (void *)page_private(page);