freebsd-dev/sys/fs
Boris Popov 10fa1684ed Currently there is no way to tell if write operation invoked via
vn_start_write() on the given vnode will be successful. VOP_LEASE() may
help to solve this problem, but its return value ignored nearly everywhere.
For now just assume that the missing upper layer on write means insufficient
access rights (which is correct for most cases).
2001-05-18 07:43:13 +00:00
..
cd9660 Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
coda Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
deadfs Undo part of the tangle of having sys/lock.h and sys/mutex.h included in 2001-05-01 08:13:21 +00:00
devfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
fdescfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
fifofs Add a vop_stdbmap(), and make it part of the default vop vector. 2001-04-29 11:48:41 +00:00
hpfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
msdosfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
ntfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
nullfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
nwfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
portalfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
procfs GC prototype for procfs_bmap() missed during a previous commit. 2001-05-11 23:37:37 +00:00
pseudofs Let pseudofs into the warmth of the FreeBSD CVS repo. 2001-04-07 19:51:12 +00:00
smbfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
specfs Backed out previous commit. It cause massive filesystem corruption, 2001-04-30 14:35:35 +00:00
umapfs Change the second argument of vflush() to an integer that specifies 2001-05-16 18:04:37 +00:00
unionfs Currently there is no way to tell if write operation invoked via 2001-05-18 07:43:13 +00:00