Lines Matching refs:next_file
91 struct list_head next_file; /* list entry file->list, if open */ member
136 list_add_tail(&gref->next_file, &queue_file); in add_grefs()
163 list_for_each_entry_safe(gref, next, &queue_file, next_file) { in add_grefs()
164 list_del(&gref->next_file); in add_grefs()
218 list_for_each_entry(gref, &priv->list, next_file) { in find_grefs()
267 struct gntalloc_gref, next_file); in gntalloc_release()
268 list_del(&gref->next_file); in gntalloc_release()
364 n = list_entry(gref->next_file.next, in gntalloc_ioctl_dealloc()
365 struct gntalloc_gref, next_file); in gntalloc_ioctl_dealloc()
366 list_del(&gref->next_file); in gntalloc_ioctl_dealloc()
549 gref = list_entry(gref->next_file.next, in gntalloc_mmap()
550 struct gntalloc_gref, next_file); in gntalloc_mmap()