NetBSD/sys/ufs/ffs
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
..
ffs_alloc.c Introduce several actions/requests for authorizing file-system related 2009-05-07 19:26:08 +00:00
ffs_appleufs.c
ffs_balloc.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_bswap.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
ffs_extern.h PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_inode.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_snapshot.c No longer abuse TAILQ internal data. 2009-10-15 10:05:48 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00
ffs_vnops.c Now that softdep has left the tree the only place needing the ffs_lock() 2009-11-04 09:45:05 +00:00
ffs_wapbl.c Allow tunefs to clear any type of WAPBL log, not only in-filesystem 2009-09-13 14:13:23 +00:00
fs.h +/* 2009-06-28 09:26:18 +00:00
Makefile