Searched refs:vma_desc_set_flags (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/vma/tests/ |
| H A D | vma.c | 88 vma_desc_set_flags(&desc, bit); in test_vma_flags_unchanged() 277 vma_desc_set_flags(&desc, VMA_EXEC_BIT, 64); in test_vma_flags_clear() 292 vma_desc_set_flags(&desc, __VA_ARGS__) in test_vma_flags_clear()
|
| /linux/mm/ |
| H A D | secretmem.c | 128 vma_desc_set_flags(desc, VMA_LOCKED_BIT, VMA_DONTDUMP_BIT); in secretmem_mmap_prepare()
|
| /linux/fs/orangefs/ |
| H A D | file.c | 414 vma_desc_set_flags(desc, VMA_SEQ_READ_BIT); in orangefs_file_mmap_prepare()
|
| /linux/drivers/dax/ |
| H A D | device.c | 316 vma_desc_set_flags(desc, VMA_HUGEPAGE_BIT); in dax_mmap_prepare()
|
| /linux/fs/erofs/ |
| H A D | data.c | 481 vma_desc_set_flags(desc, VMA_HUGEPAGE_BIT); in erofs_file_mmap_prepare()
|
| /linux/kernel/ |
| H A D | relay.c | 94 vma_desc_set_flags(desc, VMA_DONTEXPAND_BIT); in relay_mmap_prepare_buf()
|
| /linux/fs/ext4/ |
| H A D | file.c | 827 vma_desc_set_flags(desc, VMA_HUGEPAGE_BIT); in ext4_file_mmap_prepare()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 931 #define vma_desc_set_flags(desc, ...) \ macro
|
| /linux/fs/hugetlbfs/ |
| H A D | inode.c | 122 vma_desc_set_flags(desc, VMA_HUGETLB_BIT, VMA_DONTEXPAND_BIT); in hugetlbfs_file_mmap_prepare()
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 2020 vma_desc_set_flags(desc, VMA_HUGEPAGE_BIT); in xfs_file_mmap_prepare()
|
| /linux/fs/ |
| H A D | aio.c | 397 vma_desc_set_flags(desc, VMA_DONTEXPAND_BIT); in aio_ring_mmap_prepare()
|
| /linux/include/linux/ |
| H A D | mm.h | 1210 #define vma_desc_set_flags(desc, ...) \ macro
|