NetBSD/sys/fs/hfs
pooka c3183f3251 The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live
years ago when the kernel was modified to not alter ABI based on
DIAGNOSTIC, and now just call the respective function interfaces
(in lowercase).  Plenty of mix'n match upper/lowercase has creeped
into the tree since then.  Nuke the macros and convert all callsites
to lowercase.

no functional change
2010-01-08 11:35:07 +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 Don't use unnamed structures. 2008-09-03 22:57:46 +00:00
hfs_nhash.c Don't use unnamed structures. 2008-09-03 22:57:46 +00:00
hfs_subr.c Yes, you need a VOP_UNLOCK() there. 2009-11-27 16:23:23 +00:00
hfs_vfsops.c The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00
hfs_vnops.c The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00
libhfs.c Don't spam if mount fails due to invalid file system. 2009-11-27 15:58:39 +00:00
libhfs.h Hack around zero vararg macro list on PCC. 2008-09-03 22:56:51 +00:00
unicode.c use __KERNEL_RCSID() 2007-12-11 11:52:26 +00:00
unicode.h