Home
last modified time | relevance | path

Searched refs:KEYS_PER_BLOCK (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dundo_io.c152 #define KEYS_PER_BLOCK(d) (((d)->tdb_data_size / sizeof(struct undo_key)) - 1) macro
211 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()
/external/e2fsprogs/misc/
De2undo.c109 #define KEYS_PER_BLOCK(d) (((d)->blocksize / sizeof(struct undo_key)) - 1) macro
496 keys_per_block = KEYS_PER_BLOCK(&undo_ctx); in main()