freebsd-dev/sys/fs/hpfs
Alexander Kabaev c162e9c2eb Rename vfs_stdsync function to vfs_stdnosync which matches more
closely what function is really doing. Update all existing consumers
to use the new name.

Introduce a new vfs_stdsync function, which iterates over mount
point's vnodes and call FSYNC on each one of them in turn.

Make nwfs and smbfs use this new function instead of rolling their
own identical sync implementations.

Reviewed by:	jeff
2003-03-11 22:15:10 +00:00
..
hpfs_alsubr.c - Add a new 'flags' parameter to getblk(). 2003-03-04 00:04:44 +00:00
hpfs_hash.c Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
hpfs_ioctl.h
hpfs_lookup.c
hpfs_subr.c - Add a new 'flags' parameter to getblk(). 2003-03-04 00:04:44 +00:00
hpfs_subr.h Expand LOCKMGR() compat macro. 2001-11-27 00:08:04 +00:00
hpfs_vfsops.c Rename vfs_stdsync function to vfs_stdnosync which matches more 2003-03-11 22:15:10 +00:00
hpfs_vnops.c - Add a new 'flags' parameter to getblk(). 2003-03-04 00:04:44 +00:00
hpfs.h Regularize the vop_stdlock'ing protocol across all the filesystems 2002-10-14 03:20:36 +00:00
hpfsmount.h