Searched refs:tdb_rec_write (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 29 -int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec); 53 +static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 276 static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec); 1206 int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) in tdb_rec_write() function 2404 tdb_rec_write(tdb, offset, rec) == -1 || in tdb_free() 2457 if (tdb_rec_write(tdb, rec_ptr, rec) == -1) { in tdb_allocate_ofs() 3174 return tdb_rec_write(tdb, rec_ptr, &rec); in tdb_update_hash() 3279 return tdb_rec_write(tdb, rec_ptr, rec); in tdb_do_delete() 3397 ret = tdb_rec_write(tdb, rec_ptr, &rec); in tdb_delete_hash() 3529 if (tdb_rec_write(tdb, rec_ptr, &rec) == -1 in tdb_store() 3574 if (tdb_rec_write(tdb, rec_ptr, &rec) == -1 in tdb_store()
|