NetBSD/sys/fs/udf
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
ecma167-udf.h Fix typo in comments, no code change. 2009-12-23 09:17:40 +00:00
files.udf Remove all remaining traces of UDF_READWRITE since it has been removed as 2008-08-29 15:04:18 +00:00
udf.h Typo fix 2009-08-05 13:45:48 +00:00
udf_allocation.c Fix corner-case in truncing files. It could forget to free the last block. 2009-06-27 13:42:06 +00:00
udf_bswap.h Remove closes 3 and 4 from my copyright. 2009-10-22 21:50:01 +00:00
udf_mount.h
udf_osta.c Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
udf_osta.h
udf_readwrite.c Implement session closure on sequential media when requested on mount. It will 2009-02-08 19:14:52 +00:00
udf_strat_bootstrap.c The great QUOTA purge of '08: get rid of those #ifdef QUOTA and 2008-12-16 16:18:25 +00:00
udf_strat_direct.c Retire IN_CALLBACK_ULK flagging since its not used anymore and the old 2009-05-20 15:30:26 +00:00
udf_strat_rmw.c Fix alternating oddity in RMW strategy. Even when in the reading state it 2009-07-08 19:04:08 +00:00
udf_strat_sequential.c Retire IN_CALLBACK_ULK flagging since its not used anymore and the old 2009-05-20 15:30:26 +00:00
udf_subr.c Remove extra semicolons. 2010-01-05 13:30:10 +00:00
udf_subr.h Replace the old hashtable and sorted list implemenation by a RB-tree. 2009-07-07 10:23:36 +00:00
udf_vfsops.c Replace the old hashtable and sorted list implemenation by a RB-tree. 2009-07-07 10:23:36 +00:00
udf_vnops.c The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live 2010-01-08 11:35:07 +00:00