Searched refs:vfs_sync (Results 1 – 7 of 7) sorted by relevance
237 .vfs_sync = mockfs_sync,
509 .vfs_sync = devfs_sync,
548 .vfs_sync = bindfs_sync,
578 .vfs_sync = nullfs_sync,
483 .vfs_sync = routefs_sync,
667 int (*vfs_sync)(struct mount *mp, int waitfor, vfs_context_t context); member
334 if ((mp == dead_mountp) || (mp->mnt_op->vfs_sync == 0)) { in VFS_SYNC()342 error = (*mp->mnt_op->vfs_sync)(mp, flags, ctx); in VFS_SYNC()