Home
last modified time | relevance | path

Searched refs:acctflag (Results 1 – 3 of 3) sorted by relevance

/linux/ipc/
H A Dshm.c711 vma_flags_t acctflag = EMPTY_VMA_FLAGS; in newseg() local
754 vma_flags_set(&acctflag, VMA_NORESERVE_BIT); in newseg()
755 file = hugetlb_file_setup(name, hugesize, acctflag, in newseg()
763 vma_flags_set(&acctflag, VMA_NORESERVE_BIT); in newseg()
764 file = shmem_kernel_file_setup(name, size, acctflag); in newseg()
/linux/fs/hugetlbfs/
H A Dinode.c1530 vma_flags_t acctflag, int creat_flags, in hugetlb_file_setup() argument
1571 acctflag) < 0) in hugetlb_file_setup()
/linux/include/linux/
H A Dhugetlb.h546 hugetlb_file_setup(const char *name, size_t size, vma_flags_t acctflag, in hugetlb_file_setup() argument