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

  /src/sys/ufs/chfs/
chfs_gc.c 702 struct chfs_node_ref *newnref; local in function:chfs_gcollect_pristine
797 newnref = chfs_alloc_node_ref(chmp->chm_nextblock);
798 if (!newnref) {
804 newnref->nref_offset = ofs;
835 chfs_add_vnode_ref_to_vc(chmp, chvc, newnref);
chfs_gc.c 702 struct chfs_node_ref *newnref; local in function:chfs_gcollect_pristine
797 newnref = chfs_alloc_node_ref(chmp->chm_nextblock);
798 if (!newnref) {
804 newnref->nref_offset = ofs;
835 chfs_add_vnode_ref_to_vc(chmp, chvc, newnref);

Completed in 155 milliseconds