lock_path        1168 source3/include/proto.h char *lock_path(const char *name);
lock_path         142 source3/intl/lang_tdb.c 	if (asprintf(&path, "%s%s.tdb", lock_path("lang_"), lang) == -1) {
lock_path          31 source3/lib/conn_tdb.c 		db_ctx = db_open(NULL, lock_path("connections.tdb"), 0,
lock_path          36 source3/lib/conn_tdb.c 		db_ctx = db_open(NULL, lock_path("connections.tdb"), 0,
lock_path          59 source3/lib/gencache.c 	cache_fname = lock_path("gencache.tdb");
lock_path         105 source3/lib/messages_local.c 	ctx->tdb = tdb_wrap_open(ctx, lock_path("messages.tdb"),
lock_path          60 source3/lib/server_mutex.c 	result->tdb = tdb_wrap_open(result, lock_path("mutex.tdb"), 0,
lock_path         820 source3/libads/kerberos.c 	char *dname = lock_path("smb_krb5");
lock_path         841 source3/libads/kerberos.c 	tmpname = lock_path("smb_tmp_krb5.XXXXXX");
lock_path          48 source3/libsmb/unexpected.c 		tdbd = tdb_open_log(lock_path("unexpected.tdb"), 0,
lock_path         191 source3/libsmb/unexpected.c 	tdb2 = tdb_open_log(lock_path("unexpected.tdb"), 0, 0, O_RDONLY, 0);
lock_path         270 source3/locking/brlock.c 	brlock_db = db_open(NULL, lock_path("brlock.tdb"),
lock_path         276 source3/locking/brlock.c 			lock_path("brlock.tdb")));
lock_path         428 source3/locking/locking.c 	lock_db = db_open(NULL, lock_path("locking.tdb"),
lock_path         635 source3/nmbd/nmbd_namelistdb.c 	fp = x_fopen(lock_path("namelist.debug"),O_WRONLY|O_CREAT|O_TRUNC, 0644);
lock_path          94 source3/smbd/notify_internal.c 	notify->db = db_open(notify, lock_path("notify.tdb"),
lock_path          40 source3/smbd/session.c 	session_db_ctx_ptr = db_open(NULL, lock_path("sessionid.tdb"), 0,
lock_path          89 source3/utils/net_status.c 	db = db_open(NULL, lock_path("sessionid.tdb"), 0,
lock_path          92 source3/utils/net_status.c 		d_fprintf(stderr, "%s not initialised\n", lock_path("sessionid.tdb"));
lock_path         194 source3/utils/net_status.c 	db = db_open(NULL, lock_path("sessionid.tdb"), 0,
lock_path         197 source3/utils/net_status.c 		d_fprintf(stderr, "%s not initialised\n", lock_path("sessionid.tdb"));
lock_path         406 source3/utils/status.c 		db = db_open(NULL, lock_path("sessionid.tdb"), 0,
lock_path         430 source3/utils/status.c 			d_printf("Opened %s\n", lock_path("connections.tdb"));
lock_path         452 source3/utils/status.c 		db = db_open(NULL, lock_path("locking.tdb"), 0,
lock_path         457 source3/utils/status.c 				 lock_path("locking.tdb"));
lock_path        1288 source3/winbindd/winbindd_util.c 	return lock_path(WINBINDD_PRIV_SOCKET_SUBDIR);
lock_path         982 source4/nbt_server/wins/winsdb.c 	h->ldb = ldb_wrap_connect(h, ev_ctx, lp_ctx, lock_path(h, lp_ctx, lp_wins_url(lp_ctx)),
lock_path        1018 source4/nbt_server/wins/winsdb.c 	h->ldb = ldb_wrap_connect(h, ev_ctx, lp_ctx, lock_path(h, lp_ctx, lp_wins_url(lp_ctx)),
lock_path         374 source4/param/param.h char *lock_path(TALLOC_CTX* mem_ctx, struct loadparm_context *lp_ctx,
lock_path         285 source4/smb_server/smb/negprot.c 	large_test_path = lock_path(req, req->smb_conn->lp_ctx, "large_test.dat");