NetBSD/sys/miscfs/genfs
chs 03ea276e84 in genfs_gop_write(), actually set the B_ASYNC flag on buffers that we're
not going to wait for.  this doesn't matter for real devices since we call
VOP_STRATEGY() directly, but NFS uses this flag to decide whether or not
to hand the buffer off to an nfsiod thread.
2001-12-31 06:44:58 +00:00
..
Makefile
genfs.h add some compatibility routines to allow mmap() to work non-UBCified 2001-12-18 07:49:36 +00:00
genfs_node.h add some compatibility routines to allow mmap() to work non-UBCified 2001-12-18 07:49:36 +00:00
genfs_vnops.c in genfs_gop_write(), actually set the B_ASYNC flag on buffers that we're 2001-12-31 06:44:58 +00:00
layer.h
layer_extern.h add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems. 2001-12-06 04:29:23 +00:00
layer_subr.c
layer_vfsops.c
layer_vnops.c add VOP_GETPAGES and VOP_PUTPAGES methods for layered filesystems. 2001-12-06 04:29:23 +00:00