Lines Matching refs:tfo_refs
326 DEBUGASSERT(tfo && tfo->tfo_refs > 0); in tmpfs_release_lockedfile()
332 if (tfo->tfo_refs == 1 && (tfo->tfo_flags & TFO_FLAG_UNLINKED) != 0) in tmpfs_release_lockedfile()
343 if(tfo->tfo_refs > 0) in tmpfs_release_lockedfile()
345 tfo->tfo_refs--; in tmpfs_release_lockedfile()
492 tfo->tfo_refs = 1; in tmpfs_alloc_file()
1013 if (tfo->tfo_refs > 0) in tmpfs_close()
1015 tfo->tfo_refs--; in tmpfs_close()
1022 if (tfo->tfo_refs == 0 && (tfo->tfo_flags & TFO_FLAG_UNLINKED) != 0) in tmpfs_close()
1969 if (tfo->tfo_refs > 1) in tmpfs_unlink()
1977 tfo->tfo_refs--; in tmpfs_unlink()
2422 buf->st_nlink = tfo->tfo_refs - 1; in tmpfs_stat_common()