freebsd-dev/sys/fs/ext2fs
Rick Macklem 694a586a43 Add a lock flags argument to the VFS_FHTOVP() file system
method, so that callers can indicate the minimum vnode
locking requirement. This will allow some file systems to choose
to return a LK_SHARED locked vnode when LK_SHARED is specified
for the flags argument. This patch only adds the flag. It
does not change any file system to use it and all callers
specify LK_EXCLUSIVE, so file system semantics are not changed.

Reviewed by:	kib
2011-05-22 01:07:54 +00:00
..
ext2_alloc.c Various style fixes including using uint*_t instead of u_int*_t. 2011-04-27 18:15:34 +00:00
ext2_balloc.c Sync with several changes in UFS/FFS: 2011-04-28 14:27:17 +00:00
ext2_bmap.c
ext2_dinode.h Various style fixes including using uint*_t instead of u_int*_t. 2011-04-27 18:15:34 +00:00
ext2_dir.h Various style fixes including using uint*_t instead of u_int*_t. 2011-04-27 18:15:34 +00:00
ext2_extern.h Sync with several changes in UFS/FFS: 2011-04-28 14:27:17 +00:00
ext2_inode_cnv.c
ext2_inode.c Sync with several changes in UFS/FFS: 2011-04-28 14:27:17 +00:00
ext2_lookup.c Merge comments about converting directory entries to be more direct and 2011-05-14 01:10:57 +00:00
ext2_mount.h Some cosmetic fixes and remove a duplicate constant. 2011-02-01 18:30:52 +00:00
ext2_readwrite.c Clarify the comment. 2011-04-30 13:49:03 +00:00
ext2_subr.c Fix build with KDB defined. 2011-01-19 19:49:48 +00:00
ext2_vfsops.c Add a lock flags argument to the VFS_FHTOVP() file system 2011-05-22 01:07:54 +00:00
ext2_vnops.c Sync with several changes in UFS/FFS: 2011-04-28 14:27:17 +00:00
ext2fs.h Various style fixes including using uint*_t instead of u_int*_t. 2011-04-27 18:15:34 +00:00
fs.h
inode.h Sync with several changes in UFS/FFS: 2011-04-28 14:27:17 +00:00