Lines Matching defs:next
246 fiq->forget_list_tail->next = forget;
309 * Wake up next waiter, if any. It's okay to use
614 * Lock the request. Up to the next unlock_request() there mustn't be
1041 return fiq->forget_list_head.next != NULL;
1092 struct fuse_forget_link *head = fiq->forget_list_head.next;
1097 newhead = &(*newhead)->next;
1099 fiq->forget_list_head.next = *newhead;
1101 if (fiq->forget_list_head.next == NULL)
1181 head = forget->next;
1198 if (fc->minor < 16 || fiq->forget_list_head.next->next == NULL)
1264 req = list_entry(fiq->interrupts.next, struct fuse_req,
1277 req = list_entry(fiq->pending.next, struct fuse_req, list);
2095 req = list_entry(head->next, struct fuse_req, list);
2143 struct fuse_req *req, *next;
2158 list_for_each_entry_safe(req, next, &fpq->io, list) {