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

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.h35 /* flags to tdb_store() */
91 #define tdb_store ext2fs_tdb_store macro
164 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
H A Dtdb.c2574 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) function
3623 ret = tdb_store(tdb, key, dbuf, 0);

Completed in 75 milliseconds