Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dtdbtool.c190 if (tdb) tdb_close(tdb); in create_tdb()
200 if (tdb) tdb_close(tdb); in open_tdb()
333 tdb_close( dst_tdb ); in move_rec()
618 if (tdb) tdb_close(tdb); in main()
Dtdb.h93 #define tdb_close ext2fs_tdb_close macro
167 int tdb_close(struct tdb_context *tdb);
Dtdb.c2612 tdb_close(mem_tdb); in tdb_validate_freelist()
2654 tdb_close(mem_tdb); in tdb_validate_freelist()
4038 int tdb_close(struct tdb_context *tdb) in tdb_close() function
4133 tdb_close(tdb); in tdb_reopen()
Dicount.c90 tdb_close(icount->tdb); in ext2fs_free_icount()
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dext2tdb-rename23 +#define tdb_close ext2fs_tdb_close
/third_party/pulseaudio/src/pulsecore/
Ddatabase-tdb.c124 tdb_close(MAKE_TDB_CONTEXT(db)); in pa_database_close()
/third_party/e2fsprogs/e2fsck/
Ddirinfo.c328 tdb_close(ctx->dir_info->tdb); in e2fsck_free_dir_info()