freebsd-dev/sys/fs/devfs
Poul-Henning Kamp 93bcdfe270 Add refcounts to the "global" DEVFS inode slots, this allows us
to recycle inodes after a destroy_dev() but not until all mounts
have picked up the change.

Add support for an overflow table for DEVFS inodes.  The static
table defaults to 1024 inodes, if that fills, an overflow table
of 32k inodes is allocated.  Both numbers can be changed at
compile time, the size of the overflow table also with the
sysctl vfs.devfs.noverflow.

Use atomic instructions to barrier between make_dev()/destroy_dev()
and the mounts.

Add lockmgr() locking of directories for operations accessing or
modifying the directory TAILQs.

Various nitpicking here and there.
2000-09-06 11:26:43 +00:00
..
devfs_devs.c Add refcounts to the "global" DEVFS inode slots, this allows us 2000-09-06 11:26:43 +00:00
devfs_vfsops.c Add refcounts to the "global" DEVFS inode slots, this allows us 2000-09-06 11:26:43 +00:00
devfs_vnops.c Add refcounts to the "global" DEVFS inode slots, this allows us 2000-09-06 11:26:43 +00:00
devfs.h Add refcounts to the "global" DEVFS inode slots, this allows us 2000-09-06 11:26:43 +00:00