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