Searched refs:tdb_allocate (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 23 -tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec); 47 +static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 270 static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec); 2488 tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec) in tdb_allocate() function 3557 rec_ptr = tdb_allocate(tdb, key.dsize + dbuf.dsize, &rec); in tdb_store()
|