Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtdb.c131 #define TDB_ALIGNMENT 4 macro
132 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
2435 length = TDB_ALIGN(length, TDB_ALIGNMENT); in tdb_allocate_ofs()