Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:tdb_store

2574 	return tdb_store(mem_tdb, key, data, TDB_INSERT);
3452 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag)
3623 ret = tdb_store(tdb, key, dbuf, 0);