Searched refs:cluster_tdb_tmp_open (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/cluster/
H A Dcluster.c73 struct tdb_wrap *cluster_tdb_tmp_open(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, const char *dbname, int flags) function
76 return ops->cluster_tdb_tmp_open(ops, mem_ctx, lp_ctx, dbname, flags);
H A Dcluster_private.h29 struct tdb_wrap *(*cluster_tdb_tmp_open)(struct cluster_ops *, member in struct:cluster_ops
H A Dcluster.h43 struct tdb_wrap *cluster_tdb_tmp_open(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, const char *dbname, int flags);
H A Dlocal.c102 .cluster_tdb_tmp_open = local_tdb_tmp_open,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/cluster/
H A Dcluster.c73 struct tdb_wrap *cluster_tdb_tmp_open(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, const char *dbname, int flags) function
76 return ops->cluster_tdb_tmp_open(ops, mem_ctx, lp_ctx, dbname, flags);
H A Dcluster_private.h29 struct tdb_wrap *(*cluster_tdb_tmp_open)(struct cluster_ops *, member in struct:cluster_ops
H A Dcluster.h43 struct tdb_wrap *cluster_tdb_tmp_open(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, const char *dbname, int flags);
H A Dlocal.c102 .cluster_tdb_tmp_open = local_tdb_tmp_open,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/cluster/
H A Dcluster.c73 struct tdb_wrap *cluster_tdb_tmp_open(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, const char *dbname, int flags) function
76 return ops->cluster_tdb_tmp_open(ops, mem_ctx, lp_ctx, dbname, flags);
H A Dcluster_private.h29 struct tdb_wrap *(*cluster_tdb_tmp_open)(struct cluster_ops *, member in struct:cluster_ops
H A Dcluster.h43 struct tdb_wrap *cluster_tdb_tmp_open(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, const char *dbname, int flags);
H A Dlocal.c102 .cluster_tdb_tmp_open = local_tdb_tmp_open,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/common/
H A Dbrlock_tdb.c99 brl->w = cluster_tdb_tmp_open(brl, lp_ctx, "brlock.tdb", TDB_DEFAULT);
H A Dnotify.c105 notify->w = cluster_tdb_tmp_open(notify, lp_ctx, "notify.tdb", TDB_SEQNUM);
H A Dopendb_tdb.c96 odb->w = cluster_tdb_tmp_open(odb, ntvfs_ctx->lp_ctx, "openfiles.tdb", TDB_DEFAULT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/common/
H A Dbrlock_tdb.c99 brl->w = cluster_tdb_tmp_open(brl, lp_ctx, "brlock.tdb", TDB_DEFAULT);
H A Dnotify.c105 notify->w = cluster_tdb_tmp_open(notify, lp_ctx, "notify.tdb", TDB_SEQNUM);
H A Dopendb_tdb.c96 odb->w = cluster_tdb_tmp_open(odb, ntvfs_ctx->lp_ctx, "openfiles.tdb", TDB_DEFAULT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/common/
H A Dbrlock_tdb.c99 brl->w = cluster_tdb_tmp_open(brl, lp_ctx, "brlock.tdb", TDB_DEFAULT);
H A Dnotify.c105 notify->w = cluster_tdb_tmp_open(notify, lp_ctx, "notify.tdb", TDB_SEQNUM);
H A Dopendb_tdb.c96 odb->w = cluster_tdb_tmp_open(odb, ntvfs_ctx->lp_ctx, "openfiles.tdb", TDB_DEFAULT);

Completed in 110 milliseconds