Lines Matching refs:off
45 u16 off, len, keylen; in __hfs_brec_find() local
55 len = hfs_brec_lenoff(bnode, rec, &off); in __hfs_brec_find()
61 hfs_bnode_read(bnode, fd->key, off, keylen); in __hfs_brec_find()
74 len = hfs_brec_lenoff(bnode, e, &off); in __hfs_brec_find()
80 hfs_bnode_read(bnode, fd->key, off, keylen); in __hfs_brec_find()
84 fd->keyoffset = off; in __hfs_brec_find()
86 fd->entryoffset = off + keylen; in __hfs_brec_find()
166 u16 off, len, keylen; in hfs_brec_goto() local
210 len = hfs_brec_lenoff(bnode, fd->record, &off); in hfs_brec_goto()
216 fd->keyoffset = off; in hfs_brec_goto()
218 fd->entryoffset = off + keylen; in hfs_brec_goto()
220 hfs_bnode_read(bnode, fd->key, off, keylen); in hfs_brec_goto()