Lines Matching refs:tfo_refs
327 DEBUGASSERT(tfo && tfo->tfo_refs > 0);
333 if (tfo->tfo_refs == 1 && (tfo->tfo_flags & TFO_FLAG_UNLINKED) != 0)
344 if(tfo->tfo_refs > 0)
346 tfo->tfo_refs--;
493 tfo->tfo_refs = 1;
1014 if (tfo->tfo_refs > 0)
1016 tfo->tfo_refs--;
1023 if (tfo->tfo_refs == 0 && (tfo->tfo_flags & TFO_FLAG_UNLINKED) != 0)
1979 if (tfo->tfo_refs > 1)
1987 tfo->tfo_refs--;
2432 buf->st_nlink = tfo->tfo_refs - 1;