Lines Matching refs:this
154 cnid = cpu_to_be32(new_node->this); in hfs_brec_insert()
250 node->this, new_node->this, node->next); in hfs_bnode_split()
252 new_node->prev = node->this; in hfs_bnode_split()
330 node->next = new_node->this; in hfs_bnode_split()
338 next_node->prev = new_node->this; in hfs_bnode_split()
343 } else if (node->this == tree->leaf_tail) { in hfs_bnode_split()
345 tree->leaf_tail = new_node->this; in hfs_bnode_split()
439 cnid = cpu_to_be32(new_node->this); in hfs_brec_update_parent()
481 tree->root = new_node->this; in hfs_btree_inc_height()
483 tree->leaf_head = tree->leaf_tail = new_node->this; in hfs_btree_inc_height()
522 cnid = cpu_to_be32(node->this); in hfs_btree_inc_height()