Lines Matching defs:head
1083 struct fuse_forget_link *head = fiq->forget_list_head.next;
1084 struct fuse_forget_link **newhead = &head;
1098 return head;
1142 struct fuse_forget_link *head;
1156 head = fuse_dequeue_forget(fiq, max_forgets, &count);
1165 while (head) {
1166 struct fuse_forget_link *forget = head;
1172 head = forget->next;
1395 if (pipe_occupancy(pipe->head, pipe->tail) + cs.nr_segs > pipe->max_usage) {
1967 unsigned int head, tail, mask, count;
1982 head = pipe->head;
1985 count = head - tail;
1995 for (idx = tail; idx != head && rem < len; idx++)
2007 if (WARN_ON(nbuf >= count || tail == head))
2080 static void end_requests(struct list_head *head)
2082 while (!list_empty(head)) {
2084 req = list_entry(head->next, struct fuse_req, list);