Searched refs:VFS_FSYNC (Results 1 – 2 of 2) sorted by relevance
233 #define VFS_FSYNC(MP, VP, FLG) (*(MP)->mnt_op->vfs_fsync)(VP, FLG) macro
1476 error = VFS_FSYNC(mp, vp, ap->a_flags); in spec_strategy()