Lines Matching defs:next_file
91 struct list_head next_file; /* list entry file->list, if open */
137 list_add_tail(&gref->next_file, &queue_file);
167 list_for_each_entry_safe(gref, next, &queue_file, next_file) {
168 list_del(&gref->next_file);
208 list_for_each_entry(gref, &priv->list, next_file) {
257 struct gntalloc_gref, next_file);
258 list_del(&gref->next_file);
354 n = list_entry(gref->next_file.next,
355 struct gntalloc_gref, next_file);
356 list_del(&gref->next_file);
539 gref = list_entry(gref->next_file.next,
540 struct gntalloc_gref, next_file);