Lines Matching defs:next
196 struct fill_item *next;
215 struct open_file *next;
829 * return data size rounded to next 512 byte boundary for
1345 newone->next = (ntfs_fuse_fill_item_t*)NULL;
1346 current->next = newone;
1455 current = current->next;
1504 current = current->next;
1518 first->next = (ntfs_fuse_fill_item_t*)NULL;
1565 fill->first = first->next;
1574 /* subsequent call : return next non-empty buffer */
1577 current = current->next;
1585 fill->first = current->next;
1687 of->next = ctx->open_files;
1750 /* limit reads at next 512 byte boundary for encrypted attributes */
2528 of->next = ctx->open_files;
2797 for (of=ctx->open_files; of; of = of->next) {
3139 if (of->next)
3140 of->next->previous = of->previous;
3142 of->previous->next = of->next;
3144 ctx->open_files = of->next;