Home
last modified time | relevance | path

Searched refs:tmp_td (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/ufs/chfs/
H A Dchfs_readinode.c347 struct chfs_tmp_dnode *tmp_td = this->tmpnode; in chfs_add_tmp_dnode_to_tree() local
348 while (tmp_td) { in chfs_add_tmp_dnode_to_tree()
349 if (tmp_td->version == newtd->version) { in chfs_add_tmp_dnode_to_tree()
351 if (!chfs_check_td_node(chmp, tmp_td)) { in chfs_add_tmp_dnode_to_tree()
356 chfs_remove_tmp_dnode_from_tdi(this, tmp_td); in chfs_add_tmp_dnode_to_tree()
357 chfs_kill_td(chmp, tmp_td); in chfs_add_tmp_dnode_to_tree()
362 if (tmp_td->version < newtd->version && in chfs_add_tmp_dnode_to_tree()
363 tmp_td->node->ofs >= newtd->node->ofs && in chfs_add_tmp_dnode_to_tree()
364 tmp_td->node->ofs + tmp_td->node->size <= end_ofs) { in chfs_add_tmp_dnode_to_tree()
372 while (tmp_td && tmp_td->node->ofs + tmp_td->node->size <= end_ofs) { in chfs_add_tmp_dnode_to_tree()
[all …]