Searched refs:hugetlb_file_setup (Results 1 – 4 of 4) sorted by relevance
/linux/mm/ |
H A D | memfd.c | 438 file = hugetlb_file_setup(name, 0, VM_NORESERVE, in alloc_file()
|
H A D | mmap.c | 596 file = hugetlb_file_setup(HUGETLB_ANON_FILE, len, in ksys_mmap_pgoff()
|
/linux/include/linux/ |
H A D | hugetlb.h | 522 struct file *hugetlb_file_setup(const char *name, size_t size, vm_flags_t acct, 538 hugetlb_file_setup(const char *name, size_t size, vm_flags_t acctflag, in hugetlb_file_setup() function
|
/linux/ipc/ |
H A D | shm.c | 752 file = hugetlb_file_setup(name, hugesize, acctflag, in newseg()
|