- queue_chain_t pf_chain; /* link to other paging files */
- struct vnode *pf_vp; /* vnode of paging file */
- u_int pf_count; /* Number of vstruct using this file */
- u_char *pf_bmap; /* Map of used blocks */
- long pf_npgs; /* Size of file in pages */
- long pf_pfree; /* Number of unused pages */
- long pf_lowat; /* Low water page */
- long pf_hipage; /* Highest page allocated */
- long pf_hint; /* Lowest page unallocated */
- char *pf_name; /* Filename of this file */
- boolean_t pf_prefer;
- int pf_index; /* index into the pager_file array */
- void * pf_lock; /* Lock for alloc and dealloc */
+ queue_chain_t pf_chain; /* link to other paging files */
+ struct vnode *pf_vp; /* vnode of paging file */
+ u_int pf_count; /* Number of vstruct using this file */
+ u_char *pf_bmap; /* Map of used blocks */
+ long pf_npgs; /* Size of file in pages */
+ long pf_pfree; /* Number of unused pages */
+ long pf_lowat; /* Low water page */
+ long pf_hipage; /* Highest page allocated */
+ long pf_hint; /* Lowest page unallocated */
+ char *pf_name; /* Filename of this file */
+ boolean_t pf_prefer;
+ int pf_index; /* index into the pager_file array */
+ void * pf_lock; /* Lock for alloc and dealloc */