Searched refs:vma_is_anon_shmem (Results 1 – 3 of 3) sorted by relevance
999 bool vma_is_anon_shmem(const struct vm_area_struct *vma);1002 static inline bool vma_is_anon_shmem(const struct vm_area_struct *vma) { return false; } in vma_is_anon_shmem() function
284 bool vma_is_anon_shmem(const struct vm_area_struct *vma) in vma_is_anon_shmem() function291 return vma_is_anon_shmem(vma) || vma->vm_ops == &shmem_vm_ops; in vma_is_shmem()1789 if (!vma || !vma_is_anon_shmem(vma)) in shmem_allowable_huge_orders()
1419 if (vma->vm_file && !vma_is_anon_shmem(vma)) in madvise_vma_behavior()