NetBSD/sys/fs/sysvbfs
pooka 835b0326c5 Using POOL_INIT here makes no sense, since file systems always have
an init method.  So get rid of it and #ifdef _LKM and just always
init in the init method.  Give malloc types the same treatment.
Makes file systems nicer to work with in linksetless environments
and fixes a few LKM discrepancies.
2007-06-30 09:37:53 +00:00
..
Makefile
bfs.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
bfs.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
bfs_sysvbfs.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
files.sysvbfs
sysvbfs.c New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
sysvbfs.h move includes only needed for kernel inside ifdef _KERNEL. 2006-10-06 02:40:58 +00:00
sysvbfs_vfsops.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
sysvbfs_vnops.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00