freebsd-dev/sys/fs/smbfs
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
..
smbfs_io.c More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). 2003-03-02 16:54:40 +00:00
smbfs_node.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
smbfs_node.h Remove fragments of support for the FreeBSD 3.x and 4.x branches. 2003-03-06 10:38:18 +00:00
smbfs_smb.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
smbfs_subr.c Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
smbfs_subr.h Implement additional SMB calls to allow proper update of file size as some 2002-09-18 09:27:04 +00:00
smbfs_vfsops.c Rename vfs_stdsync function to vfs_stdnosync which matches more 2003-03-11 22:15:10 +00:00
smbfs_vnops.c Remove fragments of support for the FreeBSD 3.x and 4.x branches. 2003-03-06 10:38:18 +00:00
smbfs.h Revert removal of vnode and VFS stubs; bp asserts that they are needed. 2003-02-08 05:48:04 +00:00