Home | History | Annotate | Download | only in chfs

Lines Matching defs:ofs

708 	uint32_t ofs, crc;
717 ofs = CHFS_GET_OFS(nref->nref_offset);
720 ret = chfs_read_leb(chmp, nref->nref_lnr, data, ofs, totlen, &retlen);
803 ofs = chmp->chm_ebh->eb_size - chmp->chm_nextblock->free_size;
804 newnref->nref_offset = ofs;
810 ret = chfs_write_wbuf(chmp, &vec, 1, ofs, &retlen);
882 end = frag->ofs + frag->size;
884 start = frag->ofs;
1154 newfn->ofs = fn->ofs;