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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c268 static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
1822 tdb_allocate() to allocate the new one as that might return
2419 the core of tdb_allocate - called when we have decided which
2483 tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec) function
3552 rec_ptr = tdb_allocate(tdb, key.dsize + dbuf.dsize, &rec);

Completed in 679 milliseconds