Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:ofs

2192 		u32 ofs, len;
2196 memcpy(&ofs, p, 4);
2199 if (tdb->methods->tdb_write(tdb, ofs, p+8, len) == -1) {
2201 TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction_recover: failed to recover %d bytes at offset %d\n", len, ofs));