Searched refs:tdb_off_t (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c119 typedef u32 tdb_off_t; typedef
139 #define TDB_HASH_TOP(hash) (FREELIST_TOP + (BUCKET(hash)+1)*sizeof(tdb_off_t))
140 #define TDB_HASHTABLE_SIZE(tdb) ((tdb->header.hash_size+1)*sizeof(tdb_off_t))
171 tdb_off_t next; /* offset of the next record in the list */
195 tdb_off_t rwlocks; /* obsolete - kept to detect old formats */
196 tdb_off_t recovery_start; /* offset of transaction recovery region */
197 tdb_off_t sequence_number; /* used when TDB_SEQNUM is set */
198 tdb_off_t reserved[29];
216 int (*tdb_read)(struct tdb_context *, tdb_off_t , void *, tdb_len_t , int );
217 int (*tdb_write)(struct tdb_context *, tdb_off_t, cons
[all...]

Completed in 30 milliseconds