Lines Matching defs:vfs_sync
273 return (*(vfsp)->vfs_op->vfs_sync)(vfsp, flag, cr);
321 return (*vfssw[fstype].vsw_vfsops.vfs_sync) (NULL, flag, cr);
348 VFSNAME_SYNC, offsetof(vfsops_t, vfs_sync),
522 * non-error vfs_sync routine. Returns zero (0) otherwise.
527 /* vfs_sync() routine is not the default/error function */
528 return (vfs_getops(vfsp)->vfs_sync != fs_sync);
598 * Update every mounted file system. We call the vfs_sync operation of
603 vfs_sync(int flag)
611 (void) (*vswp->vsw_vfsops.vfs_sync)(NULL, flag,
623 vfs_sync(0);
4323 VFSNAME_SYNC, { .vfs_sync = vfs_EIO_sync },
4336 VFSNAME_SYNC, { .vfs_sync = vfsstray_sync },