Home
last modified time | relevance | path

Searched refs:hstate_file (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dradix_hugetlbpage.c13 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_page()
22 struct hstate *hstate = hstate_file(vma->vm_file); in radix__local_flush_hugetlb_page()
32 struct hstate *hstate = hstate_file(vma->vm_file); in radix__flush_hugetlb_tlb_range()
/linux/include/linux/
H A Dhugetlb.h749 static inline struct hstate *hstate_file(struct file *f) in hstate_file() function
767 return hstate_file(vma->vm_file); in hstate_vma()
1088 return PAGE_MASK & ~huge_page_mask(hstate_file(file)); in huge_page_mask_align()
1153 static inline struct hstate *hstate_file(struct file *f)
/linux/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c189 struct hstate *hstate = hstate_file(vma->vm_file); in flush_hugetlb_page()
/linux/mm/
H A Dmemfd.c81 struct hstate *h = hstate_file(memfd); in memfd_alloc_folio()
/linux/fs/hugetlbfs/
H A Dinode.c104 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
178 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area()
222 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter()
/linux/ipc/
H A Dshm.c943 struct hstate *h = hstate_file(shp->shm_file); in shm_add_rss_swap()