Searched refs:KEYS_PER_BLOCK (Results 1 – 2 of 2) sorted by relevance
152 #define KEYS_PER_BLOCK(d) (((d)->tdb_data_size / sizeof(struct undo_key)) - 1) macro211 if (data->keys_in_block == KEYS_PER_BLOCK(data)) { in write_undo_indexes()298 dbg_printf("Keys per block %llu\n", KEYS_PER_BLOCK(data)); in undo_setup_tdb()612 keys_per_block = KEYS_PER_BLOCK(data); in try_reopen_undo_file()
109 #define KEYS_PER_BLOCK(d) (((d)->blocksize / sizeof(struct undo_key)) - 1) macro496 keys_per_block = KEYS_PER_BLOCK(&undo_ctx); in main()