Home
last modified time | relevance | path

Searched refs:tdb_rec_write (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes29 -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/
Dtdb.c276 static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
1209 int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) in tdb_rec_write() function
2407 tdb_rec_write(tdb, offset, rec) == -1 || in tdb_free()
2460 if (tdb_rec_write(tdb, rec_ptr, rec) == -1) { in tdb_allocate_ofs()
3175 return tdb_rec_write(tdb, rec_ptr, &rec); in tdb_update_hash()
3280 return tdb_rec_write(tdb, rec_ptr, rec); in tdb_do_delete()
3398 ret = tdb_rec_write(tdb, rec_ptr, &rec); in tdb_delete_hash()
3530 if (tdb_rec_write(tdb, rec_ptr, &rec) == -1 in tdb_store()
3575 if (tdb_rec_write(tdb, rec_ptr, &rec) == -1 in tdb_store()