NetBSD/sys/fs/hfs
elad 9670d2e41d Add genfs_can_mount() and use it to prevent some more code duplication of
the security checks when mounting a device (VOP_ACCESS() + kauth(9) call)).

Proposed with no objections on tech-kern@:

	http://mail-index.netbsd.org/tech-kern/2009/04/20/msg004859.html

The vnode is always expected to be locked, so no locking is done outside
the file-system code.
2009-04-25 18:53:43 +00:00
..
files.hfs Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
hfs_nhash.c Don't use unnamed structures. 2008-09-03 22:57:46 +00:00
hfs_subr.c pretend to do some sort of cleanup in error branches 2009-03-26 20:05:07 +00:00
hfs_vfsops.c Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:43 +00:00
hfs_vnops.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
hfs.h Don't use unnamed structures. 2008-09-03 22:57:46 +00:00
libhfs.c fix botch in previous 2009-03-27 06:35:10 +00:00
libhfs.h Hack around zero vararg macro list on PCC. 2008-09-03 22:56:51 +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
unicode.c use __KERNEL_RCSID() 2007-12-11 11:52:26 +00:00
unicode.h