Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/chfs/
Dchfs_readinode.c326 struct chfs_tmp_dnode_info *newtdi; in chfs_add_tmp_dnode_to_tree() local
424 newtdi = chfs_alloc_tmp_dnode_info(); in chfs_add_tmp_dnode_to_tree()
425 chfs_add_tmp_dnode_to_tdi(newtdi, newtd); in chfs_add_tmp_dnode_to_tree()
428 struct chfs_tmp_dnode_info *tmp_tdi = rb_tree_insert_node(&rii->tdi_root, newtdi); in chfs_add_tmp_dnode_to_tree()
429 if (tmp_tdi != newtdi) { in chfs_add_tmp_dnode_to_tree()
430 chfs_remove_tmp_dnode_from_tdi(newtdi, newtd); in chfs_add_tmp_dnode_to_tree()
432 chfs_kill_tdi(chmp, newtdi); in chfs_add_tmp_dnode_to_tree()