Home
last modified time | relevance | path

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

/fs/ext4/
Dfile.c279 static const struct vm_operations_struct ext4_dax_vm_ops = { variable
286 #define ext4_dax_vm_ops ext4_file_vm_ops macro
308 vma->vm_ops = &ext4_dax_vm_ops; in ext4_file_mmap()