Home | History | Annotate | Download | only in ext2fs

Lines Matching full:tdb_new_database

3724 static int tdb_new_database(struct tdb_context *tdb, int hash_size)
3862 if (tdb_new_database(tdb, hash_size) != 0) {
3863 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_open_ex: tdb_new_database failed!"));
3899 if (!(open_flags & O_CREAT) || tdb_new_database(tdb, hash_size) == -1) {