Home
last modified time | relevance | path

Searched refs:VM_SYNC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Ddax.h75 if (!(vma->vm_flags & VM_SYNC)) in daxdev_mapping_supported()
118 return !(vma->vm_flags & VM_SYNC); in daxdev_mapping_supported()
H A Dmman.h159 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
H A Dmm.h304 #define VM_SYNC 0x00800000 /* Synchronous page faults */ macro
/openbmc/linux/include/trace/events/
H A Dmmflags.h192 {VM_SYNC, "sync" }, \
/openbmc/linux/fs/
H A Ddax.c858 return (iter->flags & IOMAP_WRITE) && (vma->vm_flags & VM_SYNC) && in dax_fault_is_synchronous()
/openbmc/linux/fs/proc/
H A Dtask_mmu.c667 [ilog2(VM_SYNC)] = "sf", in show_smap_vma_flags()