Lines Matching refs:tmpnode

85 	return (tdi1->tmpnode->node->ofs - tdi2->tmpnode->node->ofs);  in tmp_node_compare_nodes()
94 return (tdi->tmpnode->node->ofs - ofs); in tmp_node_compare_key()
244 if (!tdi->tmpnode) { in chfs_add_tmp_dnode_to_tdi()
246 tdi->tmpnode = td; in chfs_add_tmp_dnode_to_tdi()
249 struct chfs_tmp_dnode *tmp = tdi->tmpnode; in chfs_add_tmp_dnode_to_tdi()
265 if (tdi->tmpnode == td) { in chfs_remove_tmp_dnode_from_tdi()
267 tdi->tmpnode = tdi->tmpnode->next; in chfs_remove_tmp_dnode_from_tdi()
270 struct chfs_tmp_dnode *tmp = tdi->tmpnode->next; in chfs_remove_tmp_dnode_from_tdi()
302 struct chfs_tmp_dnode *next, *tmp = tdi->tmpnode; in chfs_kill_tdi()
331 while (this->tmpnode->overlapped) { in chfs_add_tmp_dnode_to_tree()
334 this->tmpnode->overlapped = 0; in chfs_add_tmp_dnode_to_tree()
344 if (this->tmpnode->node->ofs > end_ofs) in chfs_add_tmp_dnode_to_tree()
347 struct chfs_tmp_dnode *tmp_td = this->tmpnode; in chfs_add_tmp_dnode_to_tree()
379 next_td = next_tdi->tmpnode; in chfs_add_tmp_dnode_to_tree()
384 if (!this->tmpnode) { in chfs_add_tmp_dnode_to_tree()
411 if (!this->tmpnode) { in chfs_add_tmp_dnode_to_tree()
440 if (this->tmpnode->node->ofs + this->tmpnode->node->size > newtd->node->ofs) { in chfs_add_tmp_dnode_to_tree()
443 if (!this->tmpnode->overlapped) in chfs_add_tmp_dnode_to_tree()
448 this->tmpnode->overlapped = 0; in chfs_add_tmp_dnode_to_tree()
458 while (this && this->tmpnode->node->ofs < end_ofs) { in chfs_add_tmp_dnode_to_tree()
459 this->tmpnode->overlapped = 1; in chfs_add_tmp_dnode_to_tree()
896 high_ver = rii->mdata_tn->tmpnode->version; in chfs_build_fragtree()
897 rii->latest_ref = rii->mdata_tn->tmpnode->node->nref; in chfs_build_fragtree()
910 if (last->tmpnode->overlapped) { in chfs_build_fragtree()
914 last->tmpnode->overlapped = 0; in chfs_build_fragtree()
927 struct chfs_tmp_dnode *tmp_td = this->tmpnode; in chfs_build_fragtree()