Searched refs:__os_fsync (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_fsync.c14 * __os_fsync --
18 __os_fsync(env, fhp) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dzerofill.c72 if (group_sync && (ret = __os_fsync(env, fhp)) != 0)
79 if ((ret = __os_fsync(env, fhp)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_fsync.c51 * __os_fsync --
54 * PUBLIC: int __os_fsync __P((ENV *, DB_FH *));
57 __os_fsync(env, fhp) function
H A Dos_map.c502 if (__os_fsync(env, fhp) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h107 #define __os_fsync(a, b) (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbrew_posix.h75 #define __os_fsync(a, b) (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_file.c132 ret = __os_fsync(env, fhp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_setid.c139 if ((ret = __os_fsync(env, fhp)) != 0)
H A Ddb_upg.c359 ret = __os_fsync(env, fhp);
H A Ddb_open.c305 ret = __os_fsync(dbp->env, fhp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dos_ext.h44 int __os_fsync __P((ENV *, DB_FH *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_sync.c626 ret = __os_fsync(env, dbmfp->fhp);
713 ret = __os_fsync(env, dbmfp->fhp);
863 ret = __os_fsync(env, fhp);
926 if ((ret = __os_fsync(env, dbmfp->fhp)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_region.c358 &cnt)) != 0 || ((ret = __os_fsync(env, fhp)) != 0))
433 &cnt)) != 0 || ((ret = __os_fsync(env, fhp)) != 0))
H A Drep_backup.c1072 (ret = __os_fsync(env, fhp)) != 0) {
1111 (ret = __os_fsync(env, fhp)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c848 if (__os_fsync(env, wfhp) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_hotbackup/
H A Ddb_hotbackup.c833 if (__os_fsync(env, wfhp) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c1035 if ((ret = __os_fsync(env, dblp->lfhp)) != 0) {

Completed in 231 milliseconds