Searched refs:tdb_rec_free_read (Results 1 – 3 of 3) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-functions | 9 -int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec) 10 +static int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec)
|
D | static-prototypes | 66 -int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, 69 +static int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off,
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 295 static int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, 2276 static int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec) in tdb_rec_free_read() function 2533 if (tdb_rec_free_read(tdb, rec_ptr, rec) == -1) { in tdb_allocate() 2558 if (tdb_rec_free_read(tdb, bestfit.rec_ptr, rec) == -1) { in tdb_allocate() 2640 if (tdb_rec_free_read(tdb, rec_ptr, &rec) == -1) { in tdb_validate_freelist()
|