NetBSD/sys/fs/hfs
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 Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
TODO Add a few. 2007-03-22 13:20:13 +00:00
files.hfs Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
hfs.h Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:27 +00:00
hfs_nhash.c Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
hfs_subr.c Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
hfs_vfsops.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
hfs_vnops.c Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
libhfs.c Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
libhfs.h Add support for HFS Wrapper (HFS+ volume inside an HFS volume). 2007-03-22 13:21:28 +00:00
unicode.c
unicode.h