Searched refs:vma_is_shared_maywrite (Results 1 – 6 of 6) sorted by relevance
552 static inline bool vma_is_shared_maywrite(struct vm_area_struct *vma) in vma_is_shared_maywrite() function
228 if (vma_is_shared_maywrite(vma)) in __vma_link_file()242 if (vma_is_shared_maywrite(vma)) in __remove_shared_vm_struct()
1823 if (vma_is_shared_maywrite(tmp)) in dup_mmap()
1032 if (!vma_is_shared_maywrite(vma)) in madvise_remove()
3947 if (vma_is_shared_maywrite(vma)) in generic_file_readonly_mmap()
914 static inline bool vma_is_shared_maywrite(const struct vm_area_struct *vma) in vma_is_shared_maywrite() function