Searched refs:tdb_rec_read (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 28 -int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec); 52 +static int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 275 static int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec); 1196 int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec) in tdb_rec_read() function 2706 if (tdb_rec_read(tdb, tlock->off, rec) == -1) in tdb_next_lock() 2714 if (tdb_rec_read(tdb, tlock->off, rec) == -1) in tdb_next_lock() 2903 if (tdb_rec_read(tdb, tdb->travlocks.off, &rec) == -1 in tdb_nextkey() 3120 if (tdb_rec_read(tdb, rec_ptr, r) == -1) in tdb_find() 3289 if (tdb_rec_read(tdb, i, &lastrec) == -1) in tdb_do_delete() 3315 if (tdb_rec_read(tdb, rec_ptr, &rec) == -1) in tdb_count_dead() 3346 if (tdb_rec_read(tdb, rec_ptr, &rec) == -1) { in tdb_purge_dead() 3437 if (tdb_rec_read(tdb, rec_ptr, r) == -1) in tdb_find_dead()
|