Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtdb.h81 #define tdb_open_ex ext2fs_tdb_open_ex macro
148 struct tdb_context *tdb_open_ex(const char *name, int hash_size, int tdb_flags,
Dtdb.c3803 return tdb_open_ex(name, hash_size, tdb_flags, open_flags, mode, NULL, NULL); in tdb_open()
3813 struct tdb_context *tdb_open_ex(const char *name, int hash_size, int tdb_flags, in tdb_open_ex() function
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dext2tdb-rename11 +#define tdb_open_ex ext2fs_tdb_open_ex