Home
last modified time | relevance | path

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

/linux/rust/bindings/
H A Dbindings_helper.h150 const vm_flags_t RUST_CONST_HELPER_VM_SYNC = VM_SYNC;
/linux/rust/
H A Dbindgen_parameters62 --blocklist-item VM_SYNC
/linux/rust/kernel/mm/
H A Dvirt.rs445 pub const SYNC: vm_flags_t = bindings::VM_SYNC as vm_flags_t;
/linux/tools/testing/vma/include/
H A Ddup.h232 #define VM_SYNC INIT_VM_FLAG(SYNC) macro
/linux/fs/
H A Ddax.c1071 return (iter->flags & IOMAP_WRITE) && (vma->vm_flags & VM_SYNC) && in dax_fault_is_synchronous()
/linux/include/linux/
H A Dmm.h429 #define VM_SYNC INIT_VM_FLAG(SYNC) macro
/linux/fs/proc/
H A Dtask_mmu.c1205 [ilog2(VM_SYNC)] = "sf", in show_smap_vma_flags()