Searched refs:tdb_rec_write (Results 1 – 2 of 2) sorted by relevance
/third_party/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);
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 283 static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec); 1217 int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) in tdb_rec_write() function 2421 tdb_rec_write(tdb, offset, rec) == -1 || in tdb_free() 2474 if (tdb_rec_write(tdb, rec_ptr, rec) == -1) { in tdb_allocate_ofs() 3191 return tdb_rec_write(tdb, rec_ptr, &rec); in tdb_update_hash() 3296 return tdb_rec_write(tdb, rec_ptr, rec); in tdb_do_delete() 3414 ret = tdb_rec_write(tdb, rec_ptr, &rec); in tdb_delete_hash() 3546 if (tdb_rec_write(tdb, rec_ptr, &rec) == -1 in tdb_store() 3591 if (tdb_rec_write(tdb, rec_ptr, &rec) == -1 in tdb_store()
|