Searched defs:tdb_open (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.h40 /* flags for tdb_open() */
80 #define tdb_open ext2fs_tdb_open macro
145 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags,
H A Dtdb.c234 u32 flags; /* the flags passed to tdb_open */
328 through tdb_open().
1285 - if TDB_NOSYNC is passed to flags in tdb_open then transactions are
2586 mem_tdb = tdb_open("flval", tdb->header.hash_size,
3793 struct tdb_context *tdb_open(const char *name, int hash_size, int tdb_flags, function

Completed in 211 milliseconds