Home | History | Annotate | Download | only in ext2fs

Lines Matching full:tdb_allocate

270 static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
1824 tdb_allocate() to allocate the new one as that might return
2421 the core of tdb_allocate - called when we have decided which
2485 tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec)
3556 rec_ptr = tdb_allocate(tdb, key.dsize + dbuf.dsize, &rec);