Home
last modified time | relevance | path

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

/linux/rust/bindings/
H A Dbindings_helper.h138 const vm_flags_t RUST_CONST_HELPER_VM_SYNC = VM_SYNC;
/linux/include/linux/
H A Dmman.h157 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
H A Dmm.h427 #define VM_SYNC INIT_VM_FLAG(SYNC) macro
/linux/rust/
H A Dbindgen_parameters55 --blocklist-item VM_SYNC
/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.h228 {VM_SYNC, "sync" }, \
/linux/tools/testing/vma/
H A Dvma_internal.h200 #define VM_SYNC INIT_VM_FLAG(SYNC) macro
/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.c1161 [ilog2(VM_SYNC)] = "sf", in show_smap_vma_flags()