Searched refs:tdb_open_ex (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.h | 81 #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,
|
D | tdb.c | 3803 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/ |
D | ext2tdb-rename | 11 +#define tdb_open_ex ext2fs_tdb_open_ex
|