Searched refs:fsop_sync (Results 1 – 2 of 2) sorted by relevance
359 extern int fsop_sync(vfs_t *, short, cred_t *);370 #define VFS_SYNC(vfsp, flag, cr) fsop_sync(vfsp, flag, cr)
264 fsop_sync(vfs_t *vfsp, short flag, cred_t *cr) in fsop_sync() function