Searched refs:bnode_datastart (Results 1 – 3 of 3) sorted by relevance
51 void *key = bnode_datastart(bnode) + 1; in hfs_bnode_update_key()110 memmove(bnode_datastart(right) + size, in hfs_bnode_shift_right()111 bnode_datastart(right), in hfs_bnode_shift_right()115 memcpy(bnode_datastart(right), bnode_key(left,first), size); in hfs_bnode_shift_right()175 memcpy(bnode_dataend(left), bnode_datastart(right), size); in hfs_bnode_shift_left()178 memmove(bnode_datastart(right), bnode_datastart(right) + size, in hfs_bnode_shift_left()
235 extern inline void *bnode_datastart(const struct hfs_bnode *bnode) in bnode_datastart() function
115 node = hfs_get_hl(bkey_record(bnode_datastart(root->bn))); in del_root()