[BACK]Return to uvm_pager.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/uvm/uvm_pager.h between version 1.24 and 1.25

version 1.24, 2001/09/15 20:36:47 version 1.25, 2002/03/25 02:08:10
Line 125  struct uvm_pagerops {
Line 125  struct uvm_pagerops {
 #define PGO_ALLPAGES    0x010   /* flush whole object/get all pages */  #define PGO_ALLPAGES    0x010   /* flush whole object/get all pages */
 #define PGO_LOCKED      0x040   /* fault data structures are locked [get] */  #define PGO_LOCKED      0x040   /* fault data structures are locked [get] */
 #define PGO_OVERWRITE   0x200   /* pages will be overwritten before unlocked */  #define PGO_OVERWRITE   0x200   /* pages will be overwritten before unlocked */
 #define PGO_WEAK        0x400   /* "weak" put, for nfs */  #define PGO_PASTEOF     0x400   /* allow allocation of pages past EOF */
 #define PGO_PASTEOF     0x800   /* allow allocation of pages past EOF */  
   
 /* page we are not interested in getting */  /* page we are not interested in getting */
 #define PGO_DONTCARE ((struct vm_page *) -1L)   /* [get only] */  #define PGO_DONTCARE ((struct vm_page *) -1L)   /* [get only] */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>