Lines Matching defs:file
78 static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *file,
82 struct hstate *h = hstate_file(file);
101 static unsigned long hugetlb_get_unmapped_area_topdown(struct file *file,
105 struct hstate *h = hstate_file(file);
142 hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
145 struct hstate *h = hstate_file(file);
157 if (prepare_hugepage_range(file, addr, len))
174 return hugetlb_get_unmapped_area_bottomup(file, addr, len,
177 return hugetlb_get_unmapped_area_topdown(file, addr, len,