Lines Matching refs:off
116 u16 off, len, keylen; in __hfs_brec_find() local
129 len = hfs_brec_lenoff(bnode, rec, &off); in __hfs_brec_find()
135 hfs_bnode_read(bnode, fd->key, off, keylen); in __hfs_brec_find()
143 len = hfs_brec_lenoff(bnode, e, &off); in __hfs_brec_find()
149 hfs_bnode_read(bnode, fd->key, off, keylen); in __hfs_brec_find()
154 fd->keyoffset = off; in __hfs_brec_find()
156 fd->entryoffset = off + keylen; in __hfs_brec_find()
237 u16 off, len, keylen; in hfs_brec_goto() local
281 len = hfs_brec_lenoff(bnode, fd->record, &off); in hfs_brec_goto()
287 fd->keyoffset = off; in hfs_brec_goto()
289 fd->entryoffset = off + keylen; in hfs_brec_goto()
291 hfs_bnode_read(bnode, fd->key, off, keylen); in hfs_brec_goto()