Lines Matching refs:next_file
91 struct list_head next_file; /* list entry file->list, if open */ member
137 list_add_tail(&gref->next_file, &queue_file); in add_grefs()
167 list_for_each_entry_safe(gref, next, &queue_file, next_file) { in add_grefs()
168 list_del(&gref->next_file); in add_grefs()
211 list_for_each_entry(gref, &priv->list, next_file) { in find_grefs()
260 struct gntalloc_gref, next_file); in gntalloc_release()
261 list_del(&gref->next_file); in gntalloc_release()
357 n = list_entry(gref->next_file.next, in gntalloc_ioctl_dealloc()
358 struct gntalloc_gref, next_file); in gntalloc_ioctl_dealloc()
359 list_del(&gref->next_file); in gntalloc_ioctl_dealloc()
542 gref = list_entry(gref->next_file.next, in gntalloc_mmap()
543 struct gntalloc_gref, next_file); in gntalloc_mmap()