Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:tdb_store

2576 	return tdb_store(mem_tdb, key, data, TDB_INSERT);
3456 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag)
3627 ret = tdb_store(tdb, key, dbuf, 0);