NetBSD/sys/fs/udf
elad 54bf8cc67a 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:44 +00:00
..
Makefile
ecma167-udf.h Add metadata bitmap ICB file type 2008-07-25 15:37:56 +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 Implement session closure on sequential media when requested on mount. It will 2009-02-08 19:14:52 +00:00
udf_allocation.c Fix endian related bug when using discs with a meta-data partition on 2009-04-21 16:19:00 +00:00
udf_bswap.h Import writing part of the UDF file system making optical media like CD's 2008-05-14 16:49:47 +00:00
udf_mount.h Fix header re-inclusion protection defines to a less generic naming 2006-02-02 15:52:23 +00:00
udf_osta.c Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
udf_osta.h Import writing part of the UDF file system making optical media like CD's 2008-05-14 16:49:47 +00:00
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 Remove dead code and double check if its allowed to write out non-sequential 2009-02-10 17:49:02 +00:00
udf_strat_rmw.c Implement session closure on sequential media when requested on mount. It will 2009-02-08 19:14:52 +00:00
udf_strat_sequential.c Sequential writing goes before normal write. Its not likely to ever go wrong 2009-02-10 17:48:19 +00:00
udf_subr.c bzero -> memset 2009-03-18 16:00:08 +00:00
udf_subr.h Implement session closure on sequential media when requested on mount. It will 2009-02-08 19:14:52 +00:00
udf_vfsops.c Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:44 +00:00
udf_vnops.c Per discussion on tech-kern@: 2009-04-22 22:57:08 +00:00