NetBSD/sys/fs/efs
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
..
efs_dinode.h
efs_dir.h
efs_extent.h Additional fixes/enhancements: 2007-07-04 19:24:09 +00:00
efs_genfs.c
efs_genfs.h
efs_ihash.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
efs_ihash.h
efs_inode.h
efs_mount.h
efs_sb.h
efs_subr.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
efs_subr.h Additional fixes/enhancements: 2007-07-04 19:24:09 +00:00
efs_vfsops.c Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:43 +00:00
efs_vnops.c Add specfs/fifofs support. Not really fully tested, but at least 2008-12-01 14:34:50 +00:00
efs.h
files.efs
Makefile