Searched defs:tdb_len_t (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c116 typedef u32 tdb_len_t; typedef
170 tdb_len_t rec_len; /* total byte length of record */
171 tdb_len_t key_len; /* byte length of key */
172 tdb_len_t data_len; /* byte length of data */
214 int (*tdb_read)(struct tdb_context *, tdb_off_t , void *, tdb_len_t , int );
215 int (*tdb_write)(struct tdb_context *, tdb_off_t, const void *, tdb_len_t);
226 tdb_len_t map_size; /* how much space has been mapped */
268 static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
276 static unsigned char *tdb_alloc_read(struct tdb_context *tdb, tdb_off_t offset, tdb_len_t len);
278 tdb_off_t offset, tdb_len_t le
[all...]

Completed in 31 milliseconds