Searched refs:tdb_ofs_read (Results 1 – 2 of 2) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 19 -int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d); 24 -int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d); 43 +static int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d); 48 +static int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d);
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 273 static int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d); 278 static int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d); 966 if (tdb_ofs_read(tdb, TDB_HASH_TOP(h), &off) != 0 || off != 0) { in tdb_next_hash_chain() 1133 int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d) in tdb_ofs_read() function 1816 if (tdb_ofs_read(tdb, TDB_RECOVERY_HEAD, &recovery_head) == -1) { in tdb_recovery_allocate() 2158 if (tdb_ofs_read(tdb, TDB_RECOVERY_HEAD, &recovery_head) == -1) { in tdb_transaction_recover() 2312 while (tdb_ofs_read(tdb, last_ptr, &i) != -1 && i != 0) { in remove_from_freelist() 2381 if (tdb_ofs_read(tdb, left, &leftsize) == -1) { in tdb_free() 2420 if (tdb_ofs_read(tdb, FREELIST_TOP, &rec->next) == -1 || in tdb_free() 2520 if (tdb_ofs_read(tdb, FREELIST_TOP, &rec_ptr) == -1) in tdb_allocate() [all …]
|