Searched defs:tdb_ofs_read (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c264 static int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d);
269 static int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d);
956 if (tdb_ofs_read(tdb, TDB_HASH_TOP(h), &off) != 0 || off != 0) {
1120 int tdb_ofs_read(struct tdb_context *tdb, tdb_off_t offset, tdb_off_t *d) function
1798 if (tdb_ofs_read(tdb, TDB_RECOVERY_HEAD, &recovery_head) == -1) {
2140 if (tdb_ofs_read(tdb, TDB_RECOVERY_HEAD, &recovery_head) == -1) {
2293 while (tdb_ofs_read(tdb, last_ptr, &i) != -1 && i != 0) {
2362 if (tdb_ofs_read(tdb, left, &leftsize) == -1) {
2401 if (tdb_ofs_read(tdb, FREELIST_TOP, &rec->next) == -1 ||
2501 if (tdb_ofs_read(td
[all...]

Completed in 219 milliseconds