freebsd-nq/sys/vm
Poul-Henning Kamp f84e29a06c This patch removes the VOP_BWRITE() vector.
VOP_BWRITE() was a hack which made it possible for NFS client
side to use struct buf with non-bio backing.

This patch takes a more general approach and adds a bp->b_op
vector where more methods can be added.

The success of this patch depends on bp->b_op being initialized
all relevant places for some value of "relevant" which is not
easy to determine.  For now the buffers have grown a b_magic
element which will make such issues a tiny bit easier to debug.
2001-04-17 08:56:39 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c protect pbufs and associated counts with a mutex 2001-04-13 10:23:32 +00:00
swap_pager.h
vm_extern.h
vm_fault.c
vm_glue.c Convert the allproc and proctree locks from lockmgr locks to sx locks. 2001-03-28 11:52:56 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c remove truncated part from commment 2001-04-12 21:50:03 +00:00
vm_map.h use %p for pointer printf, include sys/systm.h for printf proto 2001-04-13 10:22:14 +00:00
vm_meter.c use TAILQ_FOREACH, fix a comment's location 2001-04-15 10:22:04 +00:00
vm_mmap.c
vm_object.c use TAILQ_FOREACH, fix a comment's location 2001-04-15 10:22:04 +00:00
vm_object.h use TAILQ_FOREACH, fix a comment's location 2001-04-15 10:22:04 +00:00
vm_page.c
vm_page.h
vm_pageout.c Convert the allproc and proctree locks from lockmgr locks to sx locks. 2001-03-28 11:52:56 +00:00
vm_pageout.h
vm_pager.c This patch removes the VOP_BWRITE() vector. 2001-04-17 08:56:39 +00:00
vm_pager.h protect pbufs and associated counts with a mutex 2001-04-13 10:23:32 +00:00
vm_param.h
vm_swap.c
vm_unix.c
vm_zone.c
vm_zone.h
vm.h
vnode_pager.c
vnode_pager.h