|
@@ -239,6 +239,12 @@ struct vm_operations_struct {
|
|
|
*/
|
|
*/
|
|
|
int (*access)(struct vm_area_struct *vma, unsigned long addr,
|
|
int (*access)(struct vm_area_struct *vma, unsigned long addr,
|
|
|
void *buf, int len, int write);
|
|
void *buf, int len, int write);
|
|
|
|
|
+
|
|
|
|
|
+ /* Called by the /proc/PID/maps code to ask the vma whether it
|
|
|
|
|
+ * has a special name. Returning non-NULL will also cause this
|
|
|
|
|
+ * vma to be dumped unconditionally. */
|
|
|
|
|
+ const char *(*name)(struct vm_area_struct *vma);
|
|
|
|
|
+
|
|
|
#ifdef CONFIG_NUMA
|
|
#ifdef CONFIG_NUMA
|
|
|
/*
|
|
/*
|
|
|
* set_policy() op must add a reference to any non-NULL @new mempolicy
|
|
* set_policy() op must add a reference to any non-NULL @new mempolicy
|