Searched refs:DB_INCOMPLETE (Results 1 – 6 of 6) sorted by relevance
84 ret = DB_INCOMPLETE;171 ret = mp->lsn_cnt ? DB_INCOMPLETE : 0;223 F_ISSET(mp, MP_LSN_RETRY) ? DB_INCOMPLETE : 0;433 return (incomplete ? DB_INCOMPLETE : __os_fsync(dbmfp->fd));
299 if ((ret = memp_fsync(dbp->mpf)) == DB_INCOMPLETE)
79 # ifdef DB_INCOMPLETE80 case DB_INCOMPLETE:
428 if ((ret = memp_fsync(dbp->mpf)) == DB_INCOMPLETE)
756 t_ret != DB_INCOMPLETE && ret == 0)
384 #define DB_INCOMPLETE ( -1) /* Sync didn't finish. */ macro