NetBSD/sys/ufs/chfs
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
..
chfs_args.h CHFS comments 2012-10-19 12:44:39 +00:00
chfs_build.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_erase.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_gc.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_ihash.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_inode.h Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
chfs_malloc.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_nodeops.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_pool.c Make this compile again. From Paul Fleischer. 2012-02-28 02:48:39 +00:00
chfs_pool.h
chfs_readinode.c Fix a typo in debug output. 2012-12-01 11:31:01 +00:00
chfs_scan.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_subr.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_vfsops.c Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
chfs_vnode_cache.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_vnode.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_vnops.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
chfs_wbuf.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs_write.c CHFS comments 2012-10-19 12:44:39 +00:00
chfs.h CHFS comments 2012-10-19 12:44:39 +00:00
debug.h using chtype on media instead of vtype 2012-04-12 15:31:01 +00:00
ebh_media.h
ebh_misc.h CHFS comments 2012-10-19 12:44:39 +00:00
ebh.c chfs bugfix [node was obsoleted twice] 2012-08-10 09:26:58 +00:00
ebh.h CHFS comments 2012-10-19 12:44:39 +00:00
media.h CHFS comments 2012-10-19 12:44:39 +00:00