Home
last modified time | relevance | path

Searched defs:vm_operations_struct (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h142 struct vm_operations_struct { struct
143 void (*open) (struct vm_area_struct *);
144 void (*close) (struct vm_area_struct *);
145 int (*fault) (struct vm_fault *);
146 int (*access) (struct vm_area_struct *, unsigned long, void *, int, int);