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);
211 list_for_each_entry(gref, &priv->list, next_file) {
260 struct gntalloc_gref, next_file);
261 list_del(&gref->next_file);
357 n = list_entry(gref->next_file.next,
358 struct gntalloc_gref, next_file);
359 list_del(&gref->next_file);
542 gref = list_entry(gref->next_file.next,
543 struct gntalloc_gref, next_file);