Lines Matching defs:head
238 /* Assume that the buffer head corresponding to node is locked. */
261 /* Assume that the buffer head corresponding to node is locked. */
1808 /* ptr must be a pointer to a buffer head. */
2116 struct list_head *head;
2137 list_for_each(head, &lists[level]) {
2138 cbh = list_entry(head, struct buffer_head, b_assoc_buffers);
2144 list_add_tail(&bh->b_assoc_buffers, head);
2154 struct buffer_head *bh, *head;
2168 bh = head = folio_buffers(fbatch.folios[i]);
2173 } while ((bh = bh->b_this_page) != head);