NetBSD/sys/ufs/ext2fs
hannken 3db4e2acd8 Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern.
VOP_STRATEGY(bp) is replaced by one of two new functions:

- VOP_STRATEGY(vp, bp)  Call the strategy routine of vp for bp.
- DEV_STRATEGY(bp)      Call the d_strategy routine of bp->b_dev for bp.

DEV_STRATEGY(bp) is used only for block-to-block device situations.
2004-01-25 18:06:48 +00:00
..
ext2fs_alloc.c
ext2fs_balloc.c
ext2fs_bmap.c Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
ext2fs_bswap.c
ext2fs_dinode.h
ext2fs_dir.h
ext2fs_extern.h Dynamic sysctl. 2003-12-04 19:38:21 +00:00
ext2fs_inode.c Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
ext2fs_lookup.c
ext2fs_readwrite.c
ext2fs_subr.c Replace the traditional buffer memory management -- based on fixed per buffer 2003-12-30 12:33:13 +00:00
ext2fs_vfsops.c Dynamic sysctl. 2003-12-04 19:38:21 +00:00
ext2fs_vnops.c
ext2fs.h
Makefile