Searched refs:vm_ops (Results 101 - 125 of 157) sorted by path

1234567

/linux-master/fs/ceph/
H A Daddr.c1978 vma->vm_ops = &ceph_vmops;
/linux-master/fs/coda/
H A Dfile.c37 struct vm_operations_struct vm_ops; member in struct:coda_vm_ops
126 container_of(vma->vm_ops, struct coda_vm_ops, vm_ops);
138 container_of(vma->vm_ops, struct coda_vm_ops, vm_ops);
144 vma->vm_ops = cvm_ops->host_vm_ops;
212 cvm_ops->host_vm_ops = vma->vm_ops;
213 if (vma->vm_ops)
214 cvm_ops->vm_ops = *vma->vm_ops;
[all...]
/linux-master/fs/
H A Dcoredump.c1049 * If this changes, a new vm_ops field can easily be added.
1051 if (vma->vm_ops && vma->vm_ops->name && vma->vm_ops->name(vma))
/linux-master/fs/erofs/
H A Ddata.c438 vma->vm_ops = &erofs_dax_vm_ops;
/linux-master/fs/ext2/
H A Dfile.c131 vma->vm_ops = &ext2_dax_vm_ops;
/linux-master/fs/ext4/
H A Dfile.c799 vma->vm_ops = &ext4_dax_vm_ops;
802 vma->vm_ops = &ext4_file_vm_ops;
/linux-master/fs/f2fs/
H A Dfile.c549 vma->vm_ops = &f2fs_file_vm_ops;
/linux-master/fs/fuse/
H A Ddax.c860 vma->vm_ops = &fuse_dax_vm_ops;
H A Dfile.c2589 vma->vm_ops = &fuse_file_vm_ops;
/linux-master/fs/gfs2/
H A Dfile.c606 vma->vm_ops = &gfs2_vm_ops;
/linux-master/fs/hugetlbfs/
H A Dinode.c114 vma->vm_ops = &hugetlb_vm_ops;
/linux-master/fs/kernfs/
H A Dfile.c357 if (!of->vm_ops)
363 if (of->vm_ops->open)
364 of->vm_ops->open(vma);
375 if (!of->vm_ops)
382 if (of->vm_ops->fault)
383 ret = of->vm_ops->fault(vmf);
395 if (!of->vm_ops)
402 if (of->vm_ops->page_mkwrite)
403 ret = of->vm_ops->page_mkwrite(vmf);
418 if (!of->vm_ops)
[all...]
/linux-master/fs/nfs/
H A Dfile.c215 vma->vm_ops = &nfs_file_vm_ops;
/linux-master/fs/nilfs2/
H A Dfile.c131 vma->vm_ops = &nilfs_file_vm_ops;
/linux-master/fs/ocfs2/
H A Dmmap.c174 vma->vm_ops = &ocfs2_file_vm_ops;
/linux-master/fs/orangefs/
H A Dfile.c416 vma->vm_ops = &orangefs_file_vm_ops;
/linux-master/fs/proc/
H A Dtask_mmu.c306 if (vma->vm_ops && vma->vm_ops->name) {
307 name = vma->vm_ops->name(vma);
H A Dvmcore.c586 vma->vm_ops = &vmcore_mmap_ops;
/linux-master/fs/ramfs/
H A Dfile-nommu.c271 vma->vm_ops = &generic_file_vm_ops;
/linux-master/fs/smb/client/
H A Dfile.c4543 vma->vm_ops = &cifs_file_vm_ops;
4562 vma->vm_ops = &cifs_file_vm_ops;
/linux-master/fs/ubifs/
H A Dfile.c1614 vma->vm_ops = &ubifs_file_vm_ops;
/linux-master/fs/udf/
H A Dfile.c195 vma->vm_ops = &udf_file_vm_ops;
/linux-master/fs/vboxsf/
H A Dfile.c174 vma->vm_ops = &vboxsf_file_vm_ops;
/linux-master/fs/xfs/
H A Dxfs_file.c1475 vma->vm_ops = &xfs_file_vm_ops;
/linux-master/fs/zonefs/
H A Dfile.c328 vma->vm_ops = &zonefs_file_vm_ops;

Completed in 357 milliseconds

1234567