Searched refs:tdb_store (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | undo_io.c | 161 retval = tdb_store(tdb, tdb_key, tdb_data, TDB_INSERT); in write_file_system_identity() 172 retval = tdb_store(tdb, tdb_key, tdb_data, TDB_INSERT); in write_file_system_identity() 192 retval = tdb_store(tdb, tdb_key, tdb_data, TDB_INSERT); in write_block_size() 313 retval = tdb_store(data->tdb, tdb_key, tdb_data, TDB_INSERT); in undo_write_tdb()
|
D | tdb.h | 91 #define tdb_store ext2fs_tdb_store macro 164 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag);
|
D | tdbtool.c | 220 if (tdb_store(tdb, key, dbuf, TDB_INSERT) == -1) { in insert_tdb() 247 if (tdb_store(tdb, key, dbuf, TDB_REPLACE) == -1) { in store_tdb() 326 if ( tdb_store( dst_tdb, key, dbuf, TDB_REPLACE ) == -1 ) { in move_rec()
|
D | icount.c | 408 if (tdb_store(icount->tdb, key, data, TDB_REPLACE)) in set_inode_count()
|
D | tdb.c | 2574 return tdb_store(mem_tdb, key, data, TDB_INSERT); in seen_insert() 3452 int tdb_store(struct tdb_context *tdb, TDB_DATA key, TDB_DATA dbuf, int flag) in tdb_store() function 3623 ret = tdb_store(tdb, key, dbuf, 0); in tdb_append()
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | ext2tdb-rename | 21 +#define tdb_store ext2fs_tdb_store
|
/external/e2fsprogs/e2fsck/ |
D | dirinfo.c | 286 if (tdb_store(db->tdb, key, data, TDB_REPLACE) == -1) { in e2fsck_put_dir_info()
|
/external/ppp/pppd/ |
D | main.c | 2239 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE)) in update_db_entry() 2260 if (tdb_store(pppdb, key, dbuf, TDB_REPLACE))
|