Searched hist:222167 (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_mountops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_impl.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/udf/
H A Dudf_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_extern.hdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
H A Dufs_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/nullfs/
H A Dnull_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/kern/
H A Dvfs_default.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
H A Dvfs_syscalls.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_srvsubs.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/sys/
H A Dmount.hdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_vfsops.cdiff 222167 Sat May 21 23:10:53 MDT 2011 rmacklem 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

Completed in 902 milliseconds