Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes22 -int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
46 +static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c276 static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
1122 if (tdb_free(tdb, offset, &rec) == -1) in tdb_expand()
1844 if (tdb_free(tdb, recovery_head, &rec) == -1) { in tdb_recovery_allocate()
2339 int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) in tdb_free() function
2487 if (tdb_free(tdb, newrec_ptr, &newrec) == -1) { in tdb_allocate_ofs()
3315 if (tdb_free(tdb, rec_ptr, rec) == -1) in tdb_do_delete()