Lines Matching defs:file
256 static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *file,
260 struct hstate *h = hstate_file(file);
272 static unsigned long hugetlb_get_unmapped_area_topdown(struct file *file,
276 struct hstate *h = hstate_file(file);
305 unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
308 struct hstate *h = hstate_file(file);
318 if (prepare_hugepage_range(file, addr, len))
332 addr = hugetlb_get_unmapped_area_bottomup(file, addr, len,
335 addr = hugetlb_get_unmapped_area_topdown(file, addr, len,