Searched refs:vma_desc_test (Results 1 – 5 of 5) sorted by relevance
239 ASSERT_TRUE(vma_desc_test(&desc, _flag)) in test_vma_flags_test()246 ASSERT_FALSE(vma_desc_test(&desc, _flag)) in test_vma_flags_test()
1113 static __always_inline bool vma_desc_test(const struct vm_area_desc *desc, in vma_desc_test() function
386 const bool rw = vma_desc_test(desc, VMA_WRITE_BIT); in ntfs_file_mmap_prepare()
2655 if (!vma_desc_test(desc, VMA_MIXEDMAP_BIT)) { in map_kernel_pages_prepare()2657 VM_WARN_ON_ONCE(vma_desc_test(desc, VMA_PFNMAP_BIT)); in map_kernel_pages_prepare()
1476 static __always_inline bool vma_desc_test(const struct vm_area_desc *desc, in vma_desc_test() function