db_path            47 source3/groupdb/mapping_ldb.c 	const char *db_path, *tdb_path;
db_path            58 source3/groupdb/mapping_ldb.c 	db_path = state_path("group_mapping.ldb");
db_path            66 source3/groupdb/mapping_ldb.c 	existed = file_exist(db_path);
db_path            76 source3/groupdb/mapping_ldb.c 	ret = ldb_connect(ldb, db_path, flags, NULL);
db_path            83 source3/groupdb/mapping_ldb.c 	if (chmod(db_path, 0600) != 0) {
db_path           111 source3/groupdb/mapping_ldb.c 		 db_path, ldb?ldb_errstring(ldb):strerror(errno)));
db_path            61 source3/include/smb_share_modes.h struct smbdb_ctx *smb_share_mode_db_open(const char *db_path);
db_path          1175 source3/lib/dbwrap_ctdb.c 	char *db_path;
db_path          1203 source3/lib/dbwrap_ctdb.c 	db_path = ctdbd_dbpath(messaging_ctdbd_connection(), db_ctdb, db_ctdb->db_id);
db_path          1212 source3/lib/dbwrap_ctdb.c 		chmod(db_path, mode);
db_path          1215 source3/lib/dbwrap_ctdb.c 	db_ctdb->wtdb = tdb_wrap_open(db_ctdb, db_path, hash_size, tdb_flags, O_RDWR, 0);
db_path          1217 source3/lib/dbwrap_ctdb.c 		DEBUG(0, ("Could not open tdb %s: %s\n", db_path, strerror(errno)));
db_path          1221 source3/lib/dbwrap_ctdb.c 	talloc_free(db_path);
db_path            59 source3/libsmb/smb_share_modes.c struct smbdb_ctx *smb_share_mode_db_open(const char *db_path)
db_path            69 source3/libsmb/smb_share_modes.c 	smb_db->smb_tdb = tdb_open(db_path,
db_path            99 source3/winbindd/idmap_tdb2.c 	char *db_path;
db_path           106 source3/winbindd/idmap_tdb2.c 	db_path = lp_parm_talloc_string(-1, "tdb", "idmap2.tdb", NULL);
db_path           107 source3/winbindd/idmap_tdb2.c 	if (db_path == NULL) {
db_path           110 source3/winbindd/idmap_tdb2.c 		db_path = talloc_asprintf(NULL, "%s/idmap2.tdb", lp_private_dir());
db_path           112 source3/winbindd/idmap_tdb2.c 	NT_STATUS_HAVE_NO_MEMORY(db_path);
db_path           115 source3/winbindd/idmap_tdb2.c 	idmap_tdb2 = db_open(NULL, db_path, 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0644);
db_path           116 source3/winbindd/idmap_tdb2.c 	TALLOC_FREE(db_path);
db_path           120 source3/winbindd/idmap_tdb2.c 			  db_path));