Searched hist:112119 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/fs/udf/
H A Dudf_vfsops.cdiff 112119 Tue Mar 11 20:15:10 MST 2003 kan 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
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vfsops.cdiff 112119 Tue Mar 11 20:15:10 MST 2003 kan 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
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vfsops.cdiff 112119 Tue Mar 11 20:15:10 MST 2003 kan 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
/freebsd-11-stable/sys/sys/
H A Dmount.hdiff 112119 Tue Mar 11 20:15:10 MST 2003 kan 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
/freebsd-11-stable/sys/kern/
H A Dvfs_default.cdiff 112119 Tue Mar 11 20:15:10 MST 2003 kan 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

Completed in 297 milliseconds