Home
last modified time | relevance | path

Searched refs:tdb_new_database (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdb.c3724 static int tdb_new_database(struct tdb_context *tdb, int hash_size) in tdb_new_database() function
3862 if (tdb_new_database(tdb, hash_size) != 0) { in tdb_open_ex()
3899 if (!(open_flags & O_CREAT) || tdb_new_database(tdb, hash_size) == -1) { in tdb_open_ex()