Lines Matching defs:off
22 bool is_bnode_offset_valid(struct hfs_bnode *node, int off) in is_bnode_offset_valid()
38 int check_and_correct_requested_length(struct hfs_bnode *node, int off, int len) in check_and_correct_requested_length()
64 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read()
97 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
105 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
113 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key()
135 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
170 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
177 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
393 int i, off, key_off; in hfs_bnode_dump() local
497 loff_t off; in __hfs_bnode_create() local
569 int i, rec_off, off, next_off; in hfs_bnode_find() local