NetBSD/sys/fs/udf
plunky 5ec364d4d9 C99 section 6.7.2.3 (Tags) Note 3 states that:
A type specifier of the form

	enum identifier

  without an enumerator list shall only appear after the type it
  specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
2013-03-18 19:35:35 +00:00
..
ecma167-udf.h English checked and corrected, courtisy of 2011-07-07 17:45:38 +00:00
files.udf Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
Makefile
udf_allocation.c Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to 2011-06-16 09:21:02 +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
udf_osta.h
udf_readwrite.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
udf_strat_bootstrap.c
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 destroy mutex/cv before freeing the struct holding them, fixes 2011-01-03 13:12:40 +00:00
udf_subr.c change vflushbuf() to take the full FSYNC_* flags. 2012-04-29 22:53:59 +00:00
udf_subr.h First part of shrinking/growing metadata partition support: 2010-02-25 16:15:57 +00:00
udf_vfsops.c Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
udf_vnops.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
udf.h gcc -fno-common fallout 2012-07-27 22:55:29 +00:00