Searched refs:dst_node (Results 1 – 3 of 3) sorted by relevance
108 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument117 dst += dst_node->page_offset; in hfs_bnode_copy()119 dst_page = dst_node->page[0]; in hfs_bnode_copy()
121 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy() argument131 dst += dst_node->page_offset; in hfs_bnode_copy()134 dst_page = dst_node->page + (dst >> PAGE_SHIFT); in hfs_bnode_copy()
402 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst,