Searched refs:acctflag (Results 1 – 3 of 3) sorted by relevance
| /linux/ipc/ |
| H A D | shm.c | 713 vma_flags_t acctflag = EMPTY_VMA_FLAGS; in newseg() 756 vma_flags_set(&acctflag, VMA_NORESERVE_BIT); in newseg() 757 file = hugetlb_file_setup(name, hugesize, acctflag, in newseg() 765 vma_flags_set(&acctflag, VMA_NORESERVE_BIT); in newseg() 766 file = shmem_kernel_file_setup(name, size, acctflag); in newseg() 711 vma_flags_t acctflag = EMPTY_VMA_FLAGS; newseg() local
|
| /linux/fs/hugetlbfs/ |
| H A D | inode.c | 1499 vma_flags_t acctflag, int creat_flags, in hugetlb_file_setup() argument 1540 acctflag) < 0) in hugetlb_file_setup()
|
| /linux/include/linux/ |
| H A D | hugetlb.h | 533 hugetlb_file_setup(const char *name, size_t size, vma_flags_t acctflag, in hugetlb_file_setup() argument
|