Searched refs:VM_SYNC (Results 1 – 6 of 6) sorted by relevance
64 if (!(vma->vm_flags & VM_SYNC)) in daxdev_mapping_supported()103 return !(vma->vm_flags & VM_SYNC); in daxdev_mapping_supported()
158 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
289 #define VM_SYNC 0x00800000 /* Synchronous page faults */ macro
179 {VM_SYNC, "sync" }, \
1314 return (flags & IOMAP_WRITE) && (vma->vm_flags & VM_SYNC) in dax_fault_is_synchronous()
638 [ilog2(VM_SYNC)] = "sf", in show_smap_vma_flags()
Completed in 21 milliseconds