Lines Matching full:tdb_allocate
272 static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
1829 tdb_allocate() to allocate the new one as that might return
2426 the core of tdb_allocate - called when we have decided which
2490 tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec)
3559 rec_ptr = tdb_allocate(tdb, key.dsize + dbuf.dsize, &rec);