Lines Matching refs:off
117 u16 off, len, keylen; in __hfs_brec_find() local
128 len = hfs_brec_lenoff(bnode, rec, &off); in __hfs_brec_find()
134 hfs_bnode_read(bnode, fd->key, off, keylen); in __hfs_brec_find()
142 len = hfs_brec_lenoff(bnode, e, &off); in __hfs_brec_find()
148 hfs_bnode_read(bnode, fd->key, off, keylen); in __hfs_brec_find()
153 fd->keyoffset = off; in __hfs_brec_find()
155 fd->entryoffset = off + keylen; in __hfs_brec_find()
236 u16 off, len, keylen; in hfs_brec_goto() local
280 len = hfs_brec_lenoff(bnode, fd->record, &off); in hfs_brec_goto()
286 fd->keyoffset = off; in hfs_brec_goto()
288 fd->entryoffset = off + keylen; in hfs_brec_goto()
290 hfs_bnode_read(bnode, fd->key, off, keylen); in hfs_brec_goto()