Lines Matching refs:next
388 struct fuse_writepage_args *next;
1655 struct fuse_writepage_args *aux, *next;
1696 for (aux = wpa->next; aux; aux = next) {
1697 next = aux->next;
1698 aux->next = NULL;
1722 wpa = list_entry(fi->queued_writes.next,
1786 while (wpa->next) {
1789 struct fuse_writepage_args *next = wpa->next;
1791 wpa->next = next->next;
1792 next->next = NULL;
1793 next->ia.ff = fuse_file_get(wpa->ia.ff);
1794 tree_insert(&fi->writepages, next);
1819 fuse_send_writepage(fm, next, inarg->offset + inarg->size);
1834 ff = list_entry(fi->write_files.next, struct fuse_file,
1927 wpa->next = NULL;
2059 for (tmp = old_wpa->next; tmp; tmp = tmp->next) {
2072 new_wpa->next = old_wpa->next;
2073 old_wpa->next = new_wpa;
2178 wpa->next = NULL;
2781 * from that it can tell what to look for next, so on the invocation,