NetBSD/sys/ufs/ext2fs
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
ext2fs.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ext2fs_alloc.c merge christos-time_t 2009-01-11 02:45:45 +00:00
ext2fs_balloc.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
ext2fs_bmap.c Make rusage collection per-LWP and collate in the appropriate places. 2008-03-27 19:06:51 +00:00
ext2fs_bswap.c fix -Wsign-compare issue on bigendian platforms 2009-04-14 09:30:25 +00:00
ext2fs_dinode.h Don't use e2fs_inode_size in superblock on E2FS_REV0 file system. 2009-03-02 09:54:49 +00:00
ext2fs_dir.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ext2fs_extern.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
ext2fs_inode.c PR/40936: Frederik Sausmikat: ext2fs: add support for inodes > 128 bytes 2009-03-01 15:59:57 +00:00
ext2fs_lookup.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ext2fs_readwrite.c Rototill all remaining file systems to use ubc_uiomove() instead 2008-11-26 20:17:33 +00:00
ext2fs_subr.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
ext2fs_vfsops.c Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:44 +00:00
ext2fs_vnops.c Per discussion on tech-kern@: 2009-04-22 22:57:08 +00:00