HomeSort by: relevance | last modified time | path
    Searched defs:tmp_td (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_readinode.c 347 struct chfs_tmp_dnode *tmp_td = this->tmpnode; local in function:chfs_add_tmp_dnode_to_tree
348 while (tmp_td) {
349 if (tmp_td->version == newtd->version) {
351 if (!chfs_check_td_node(chmp, tmp_td)) {
356 chfs_remove_tmp_dnode_from_tdi(this, tmp_td);
357 chfs_kill_td(chmp, tmp_td);
362 if (tmp_td->version < newtd->version &&
363 tmp_td->node->ofs >= newtd->node->ofs &&
364 tmp_td->node->ofs + tmp_td->node->size <= end_ofs)
927 struct chfs_tmp_dnode *tmp_td = this->tmpnode; local in function:chfs_build_fragtree
    [all...]

Completed in 11 milliseconds