NetBSD/sys/ufs/ffs
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
..
ffs_alloc.c Fix random 'filesystem full' messages by trapping a couple of 32-bit 2009-04-25 08:32:32 +00:00
ffs_appleufs.c PR 33697: complete timecounter conversion 2006-06-11 09:26:04 +00:00
ffs_balloc.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_bswap.c fix -Wsign-compare issues 2009-01-18 11:56:51 +00:00
ffs_extern.h PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_inode.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
ffs_snapshot.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
ffs_subr.c ufs/ffs: replace calls to getblk() with ffs_getblk(). Now all buffers 2008-06-03 09:47:49 +00:00
ffs_tables.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffs_vfsops.c Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:44 +00:00
ffs_vnops.c fsync: 2009-03-29 10:29:00 +00:00
ffs_wapbl.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
fs.h typo in comment 2009-02-23 03:01:13 +00:00
Makefile