Searched refs:__fop_remove_setup (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dfileops_ext.h41 int __fop_remove_setup __P((DB *, DB_TXN *, const char *, u_int32_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_rename.c275 if ((ret = __fop_remove_setup(dbp, txn, real_name, 0)) != 0)
H A Ddb_remove.c285 if ((ret = __fop_remove_setup(dbp, NULL, real_name, 0)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c915 * __fop_remove_setup --
918 * PUBLIC: int __fop_remove_setup __P((DB *,
922 __fop_remove_setup(dbp, txn, name, flags) function

Completed in 97 milliseconds