Lines Matching defs:file
49 static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *file,
53 struct hstate *h = hstate_file(file);
72 static unsigned long hugetlb_get_unmapped_area_topdown(struct file *file,
76 struct hstate *h = hstate_file(file);
113 hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
116 struct hstate *h = hstate_file(file);
128 if (prepare_hugepage_range(file, addr, len))
145 return hugetlb_get_unmapped_area_bottomup(file, addr, len,
148 return hugetlb_get_unmapped_area_topdown(file, addr, len,