mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 18:30:08 -04:00
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. |
||
|---|---|---|
| .. | ||
| hpfs.h | ||
| hpfs_alsubr.c | ||
| hpfs_hash.c | ||
| hpfs_ioctl.h | ||
| hpfs_lookup.c | ||
| hpfs_subr.c | ||
| hpfs_subr.h | ||
| hpfs_vfsops.c | ||
| hpfs_vnops.c | ||
| hpfsmount.h | ||