Lines Matching refs:file_region
234 static struct file_region *
237 struct file_region *nrg = NULL; in get_file_region_entry_from_cache()
242 nrg = list_first_entry(&resv->region_cache, struct file_region, link); in get_file_region_entry_from_cache()
251 static void copy_hugetlb_cgroup_uncharge_info(struct file_region *nrg, in copy_hugetlb_cgroup_uncharge_info()
252 struct file_region *rg) in copy_hugetlb_cgroup_uncharge_info()
266 struct file_region *nrg) in record_hugetlb_cgroup_uncharge_info()
286 static bool has_same_uncharge_info(struct file_region *rg, in has_same_uncharge_info()
287 struct file_region *org) in has_same_uncharge_info()
299 static void coalesce_file_region(struct resv_map *resv, struct file_region *rg) in coalesce_file_region()
301 struct file_region *nrg = NULL, *prg = NULL; in coalesce_file_region()
339 struct file_region *rg = NULL, *trg = NULL, *nrg = NULL; in add_reservation_in_range()
411 struct file_region *trg = NULL, *rg = NULL; in allocate_file_region_entries()
608 struct file_region *rg, *trg; in region_del()
609 struct file_region *nrg = NULL; in region_del()
636 struct file_region, in region_del()
728 struct file_region *rg; in region_count()
854 struct file_region *rg = kmalloc(sizeof(*rg), GFP_KERNEL); in resv_map_alloc()
886 struct file_region *rg, *trg; in resv_map_release()