Lines Matching defs:off
17 int off, int len) in hfs_bnode_read()
28 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
36 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
44 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key()
59 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
71 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
78 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8()
84 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
138 int i, off, key_off; in hfs_bnode_dump() local
242 loff_t off; in __hfs_bnode_create() local
318 int i, rec_off, off, next_off; in hfs_bnode_find() local