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

/freebsd-11-stable/share/man/man9/
H A DVFS_FHTOVP.9diff 349089 Sat Jun 15 23:10:30 MDT 2019 asomers MFC r348113:

Update VFS_FHTOVP(9) with the flags argument

Revison 222167 added a new argument to VFS_FHTOVP. This revision updates the
man page to match.

Reviewed by: rmacklem
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D20323
/freebsd-11-stable/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-11-stable/sys/ufs/ufs/
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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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
/freebsd-11-stable/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 766 milliseconds