NetBSD/sys/filecorefs
chs adf5d360a7 add a new VFS op, vfs_reinit, which is called when desiredvnodes is
adjusted via sysctl.  file systems that have hash tables which are
sized based on the value of this variable now resize those hash tables
using the new value.  the max number of FFS softdeps is also recalculated.

convert various file systems to use the <sys/queue.h> macros for
their hash tables.
2001-09-15 16:12:54 +00:00
..
Makefile
filecore.h
filecore_bmap.c Pay attention to the share_size field in the filecore boot block in 1998-10-29 23:18:57 +00:00
filecore_extern.h add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
filecore_lookup.c Adapt to cache_lookup() changes. 1999-09-05 14:26:32 +00:00
filecore_mount.h
filecore_node.c add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
filecore_node.h add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
filecore_utils.c Make sure a buffer optained from bread() is always bresle()'d in case of 1999-02-10 13:14:08 +00:00
filecore_vfsops.c add a new VFS op, vfs_reinit, which is called when desiredvnodes is 2001-09-15 16:12:54 +00:00
filecore_vnops.c add a genfs_mmap() and change all of the disk-based filesystems 2001-05-28 02:50:51 +00:00