Lines Matching defs:next
246 fiq->forget_list_tail->next = forget;
309 * Wake up next waiter, if any. It's okay to use
608 * Lock the request. Up to the next unlock_request() there mustn't be
1032 return fiq->forget_list_head.next != NULL;
1083 struct fuse_forget_link *head = fiq->forget_list_head.next;
1088 newhead = &(*newhead)->next;
1090 fiq->forget_list_head.next = *newhead;
1092 if (fiq->forget_list_head.next == NULL)
1172 head = forget->next;
1189 if (fc->minor < 16 || fiq->forget_list_head.next->next == NULL)
1255 req = list_entry(fiq->interrupts.next, struct fuse_req,
1268 req = list_entry(fiq->pending.next, struct fuse_req, list);
2084 req = list_entry(head->next, struct fuse_req, list);
2132 struct fuse_req *req, *next;
2147 list_for_each_entry_safe(req, next, &fpq->io, list) {