Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddax.h72 if (!(vm_flags & VM_SYNC)) in daxdev_mapping_supported()
118 return !(vm_flags & VM_SYNC); in daxdev_mapping_supported()
H A Dmman.h157 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
H A Dmm.h312 #define VM_SYNC 0x00800000 /* Synchronous page faults */ macro
/linux/rust/kernel/mm/
H A Dvirt.rs447 pub const SYNC: vm_flags_t = bindings::VM_SYNC as vm_flags_t;
/linux/include/trace/events/
H A Dmmflags.h227 {VM_SYNC, "sync" }, \
/linux/fs/
H A Ddax.c1031 return (iter->flags & IOMAP_WRITE) && (vma->vm_flags & VM_SYNC) && in dax_fault_is_synchronous()
/linux/fs/proc/
H A Dtask_mmu.c1159 [ilog2(VM_SYNC)] = "sf", in show_smap_vma_flags()