opnsense-src/sys/fs/hpfs
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
..
hpfs.h Convert all simplelocks to mutexes and remove the simplelock implementations. 2001-01-24 12:35:55 +00:00
hpfs_alsubr.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
hpfs_hash.c Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
hpfs_ioctl.h First version of HPFS stuff. 1999-12-09 19:10:13 +00:00
hpfs_lookup.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
hpfs_subr.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
hpfs_subr.h First version of HPFS stuff. 1999-12-09 19:10:13 +00:00
hpfs_vfsops.c Reviewed by: jlemon 2001-03-01 21:00:17 +00:00
hpfs_vnops.c This patch removes the VOP_BWRITE() vector. 2001-04-17 08:56:39 +00:00
hpfsmount.h First version of HPFS stuff. 1999-12-09 19:10:13 +00:00