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

  /src/sys/ufs/chfs/
chfs_readinode.c 374 struct chfs_tmp_dnode_info *next_tdi = (struct chfs_tmp_dnode_info *)next; local in function:chfs_add_tmp_dnode_to_tree
378 } else if (next_tdi) {
379 next_td = next_tdi->tmpnode;
387 this = next_tdi;
chfs_readinode.c 374 struct chfs_tmp_dnode_info *next_tdi = (struct chfs_tmp_dnode_info *)next; local in function:chfs_add_tmp_dnode_to_tree
378 } else if (next_tdi) {
379 next_td = next_tdi->tmpnode;
387 this = next_tdi;

Completed in 57 milliseconds