Searched refs:tdb_free (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 22 -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);
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 269 static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec); 1114 if (tdb_free(tdb, offset, &rec) == -1) in tdb_expand() 1831 if (tdb_free(tdb, recovery_head, &rec) == -1) { in tdb_recovery_allocate() 2325 int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) in tdb_free() function 2473 if (tdb_free(tdb, newrec_ptr, &newrec) == -1) { in tdb_allocate_ofs() 3299 if (tdb_free(tdb, rec_ptr, rec) == -1) in tdb_do_delete()
|