Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmman.h157 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
H A Ddax.h71 if (!(vma->vm_flags & VM_SYNC)) in daxdev_mapping_supported()
116 return !(vma->vm_flags & VM_SYNC); in daxdev_mapping_supported()
H A Dmm.h284 #define VM_SYNC 0x00800000 /* Synchronous page faults */ macro
/linux-6.15/include/trace/events/
H A Dmmflags.h229 {VM_SYNC, "sync" }, \
/linux-6.15/fs/
H A Ddax.c1044 return (iter->flags & IOMAP_WRITE) && (vma->vm_flags & VM_SYNC) && in dax_fault_is_synchronous()
/linux-6.15/fs/proc/
H A Dtask_mmu.c959 [ilog2(VM_SYNC)] = "sf", in show_smap_vma_flags()