Searched defs:tdb (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 138 #define TDB_HASHTABLE_SIZE(tdb) ((tdb->header.hash_size+1)*sizeof(tdb_off_t)) argument 292 enum TDB_ERROR tdb_error(struct tdb_context *tdb) in tdb_error() 311 const char *tdb_errorstr(struct tdb_context *tdb) in tdb_errorstr() 332 int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, in tdb_brlock() 379 int tdb_brlock_upgrade(struct tdb_context *tdb, tdb_off_t offset, size_t len) in tdb_brlock_upgrade() 401 static int _tdb_lock(struct tdb_context *tdb, int list, int ltype, int op) in _tdb_lock() 474 int tdb_lock(struct tdb_context *tdb, int list, int ltype) in tdb_lock() 486 int tdb_lock_nonblock(struct tdb_context *tdb, int list, int ltype) in tdb_lock_nonblock() 495 int tdb_unlock(struct tdb_context *tdb, int list, int ltype) in tdb_unlock() 582 int tdb_transaction_lock(struct tdb_context *tdb, int ltype) in tdb_transaction_lock() [all …]
|
D | undo_io.c | 60 TDB_CONTEXT *tdb; member 137 TDB_CONTEXT *tdb) in write_file_system_identity() 182 static errcode_t write_block_size(TDB_CONTEXT *tdb, int block_size) in write_block_size()
|
D | tdbtool.c | 104 static TDB_CONTEXT *tdb; variable
|
D | icount.c | 60 TDB_CONTEXT *tdb; member
|
/external/clang/lib/Headers/ |
D | htmxlintrin.h | 230 __TM_begin (void* const tdb) in __TM_begin() 263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; in __TM_nesting_depth() local 278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; in __TM_is_user_abort() local 289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; in __TM_is_named_user_abort() local 305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; in __TM_is_illegal() local 315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; in __TM_is_footprint_exceeded() local 325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; in __TM_is_nested_too_deep() local 333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; in __TM_is_conflict() local 349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; in __TM_failure_address() local 356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; in __TM_failure_code() local
|
D | htmintrin.h | 179 __builtin_tbegin_retry_tdb (void *tdb, int retry) in __builtin_tbegin_retry_tdb() 190 #define __builtin_tbegin_retry(tdb, retry) \ argument 208 __builtin_tbegin_retry_nofloat_tdb (void *tdb, int retry) in __builtin_tbegin_retry_nofloat_tdb() 219 #define __builtin_tbegin_retry_nofloat(tdb, retry) \ argument
|
/external/e2fsprogs/misc/ |
D | e2undo.c | 39 static int check_filesystem(TDB_CONTEXT *tdb, io_channel channel) in check_filesystem() 95 static int set_blk_size(TDB_CONTEXT *tdb, io_channel channel) in set_blk_size() 123 TDB_CONTEXT *tdb; in main() local
|
/external/clang/test/CodeGen/ |
D | builtins-systemz.c | 12 void test_htm1(struct __htm_tdb *tdb, int reg, int *mem, uint64_t *mem64) { in test_htm1() 115 void * const tdb = &tdb_struct; in test_htmxl1() local
|
/external/e2fsprogs/e2fsck/ |
D | dirinfo.c | 23 TDB_CONTEXT *tdb; member
|