Home
last modified time | relevance | path

Searched refs:is_shared_maywrite (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/vma/include/
H A Ddup.h1155 static inline bool is_shared_maywrite(const vma_flags_t *flags) in is_shared_maywrite() function
1162 return is_shared_maywrite(&vma->flags); in vma_is_shared_maywrite()
/linux/include/linux/
H A Dmm.h1632 static inline bool is_shared_maywrite(const vma_flags_t *flags) in is_shared_maywrite() function
1639 return is_shared_maywrite(&vma->flags); in vma_is_shared_maywrite()
/linux/mm/
H A Dvma.c2958 if (file && is_shared_maywrite(&vma_flags)) { in mmap_region()
H A Dfilemap.c4075 if (is_shared_maywrite(&desc->vma_flags)) in generic_file_readonly_mmap_prepare()