Searched refs:__txn_commit (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dtxn_ext.h15 int __txn_commit __P((DB_TXN *, u_int32_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c539 ret = __txn_commit(txn, flags);
548 * __txn_commit --
551 * PUBLIC: int __txn_commit __P((DB_TXN *, u_int32_t));
554 __txn_commit(txn, flags) function
644 if ((ret = __txn_commit(kid, flags)) != 0)
996 if ((ret = __txn_commit(kid, DB_TXN_NOSYNC)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c642 ret = __txn_commit(stxn, 0);
1575 ret = __txn_commit(txn, 0);
1737 ret = __txn_commit(txn, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_util.c769 if ((ret = __txn_commit(txn, DB_TXN_NOSYNC)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c155 if ((t_ret = __txn_commit(txn, DB_TXN_NOSYNC)) != 0 && ret == 0)
225 ret = __txn_commit(txn, DB_TXN_NOSYNC);
2426 if ((ret = __txn_commit(txn, DB_TXN_NOSYNC)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c2696 return (__txn_commit(txn, nosync ? DB_TXN_NOSYNC : 0));
H A Ddb_cam.c139 (t_ret = __txn_commit(txn, 0)) != 0 && ret == 0)

Completed in 172 milliseconds