Searched refs:__os_fsync (Results 1 – 6 of 6) sorted by relevance
52 __os_fsync(fd) in __os_fsync() function
404 if (__os_fsync(fd) == -1)
14 int __os_fsync __P((int));
433 return (incomplete ? DB_INCOMPLETE : __os_fsync(dbmfp->fd));
425 syncfail = __os_fsync(dbmfp->fd) != 0;
320 if ((ret = __os_fsync(dblp->lfd)) != 0) {