Lines Matching refs:off
116 u16 off, len, keylen; in __hfs_brec_find() local
127 len = hfs_brec_lenoff(bnode, rec, &off); in __hfs_brec_find()
133 hfs_bnode_read(bnode, fd->key, off, keylen); in __hfs_brec_find()
141 len = hfs_brec_lenoff(bnode, e, &off); in __hfs_brec_find()
147 hfs_bnode_read(bnode, fd->key, off, keylen); in __hfs_brec_find()
152 fd->keyoffset = off; in __hfs_brec_find()
154 fd->entryoffset = off + keylen; in __hfs_brec_find()
235 u16 off, len, keylen; in hfs_brec_goto() local
279 len = hfs_brec_lenoff(bnode, fd->record, &off); in hfs_brec_goto()
285 fd->keyoffset = off; in hfs_brec_goto()
287 fd->entryoffset = off + keylen; in hfs_brec_goto()
289 hfs_bnode_read(bnode, fd->key, off, keylen); in hfs_brec_goto()