NetBSD/sys/miscfs/genfs
chs 5a4fdb6ddb make genfs get/put work for block devices as well:
- the "fs bshift" for block devices is always DEV_BSHIFT.
 - retrieve the device vnode from VOP_BMAP() and use that to set b_dev
   in page i/o buffers.
2001-08-17 05:51:29 +00:00
..
Makefile
genfs.h add a genfs_mmap() and change all of the disk-based filesystems 2001-05-28 02:50:51 +00:00
genfs_vnops.c make genfs get/put work for block devices as well: 2001-08-17 05:51:29 +00:00
layer.h Typos in comments (misc/13133 by Michael K. Sanders) 2001-06-07 13:32:46 +00:00
layer_extern.h Typos in comments (misc/13133 by Michael K. Sanders) 2001-06-07 13:32:46 +00:00
layer_subr.c Typos in comments (misc/13133 by Michael K. Sanders) 2001-06-07 13:32:46 +00:00
layer_vfsops.c Typos in comments (misc/13133 by Michael K. Sanders) 2001-06-07 13:32:46 +00:00
layer_vnops.c change vop_symlink and vop_mknod to return vpp (the created node) 2001-07-24 15:39:30 +00:00