NetBSD/sys/miscfs/genfs
assar bec71dc090 change vop_symlink and vop_mknod to return vpp (the created node)
refed, so that the caller can actually use it.  update callers and
file systems that implement these vnode operations
2001-07-24 15:39:30 +00:00
..
Makefile Introduce layer library in genfs. This set of files abstracts most of 1999-07-08 01:18:59 +00:00
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 be sure to allocate dirty zeroed pages to cover blocks we allocate 2001-06-14 08:22:14 +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