Home | History | Annotate | Download | only in chfs

Lines Matching defs:ofs

103     struct chfs_eraseblock *cheb, void *buf, off_t ofs)
142 nref->nref_offset = ofs;
279 struct chfs_eraseblock *cheb, void *buf, off_t ofs)
333 fd->nref->nref_offset = ofs;
352 struct chfs_eraseblock *cheb, void *buf, off_t ofs)
377 nref->nref_offset = CHFS_GET_OFS(ofs) | CHFS_UNCHECKED_NODE_MASK;
433 off_t ofs = 0;
444 while((ofs + CHFS_NODE_HDR_SIZE) < chmp->chm_ebh->eb_size) {
447 lnr, buf, ofs, CHFS_NODE_HDR_SIZE, &retlen);
469 ofs += CHFS_NODE_HDR_SIZE;
485 ofs += 4;
488 ofs += CHFS_NODE_HDR_SIZE;
489 if (ofs > chmp->chm_ebh->eb_size) {
501 ofs, len, &retlen);
513 cheb, buf, ofs - CHFS_NODE_HDR_SIZE);
525 ofs, len, &retlen);
539 cheb, buf, ofs - CHFS_NODE_HDR_SIZE);
550 ofs, len, &retlen);
562 cheb, buf, ofs - CHFS_NODE_HDR_SIZE);
570 nref->nref_offset = ofs - CHFS_NODE_HDR_SIZE;
589 ofs += le32toh(nhdr->length) - CHFS_NODE_HDR_SIZE;