Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Ddup.h943 static inline bool is_shared_maywrite(const vma_flags_t *flags) in is_shared_maywrite() function
950 return is_shared_maywrite(&vma->flags); in vma_is_shared_maywrite()
/linux/include/linux/
H A Dmm.h1301 static inline bool is_shared_maywrite(const vma_flags_t *flags) in is_shared_maywrite() function
1308 return is_shared_maywrite(&vma->flags); in vma_is_shared_maywrite()
/linux/mm/
H A Dfilemap.c4015 if (is_shared_maywrite(&desc->vma_flags)) in generic_file_readonly_mmap_prepare()