HomeSort by: relevance | last modified time | path
    Searched refs:tn_holdcount (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/tmpfs/
tmpfs_vfsops.c 346 atomic_inc_32(&node->tn_holdcount);
356 if (atomic_dec_32_nv(&node->tn_holdcount) == TMPFS_NODE_RECLAIMED) {
tmpfs.h 94 uint32_t tn_holdcount; member in struct:tmpfs_node
209 * Ored into tmpfs_node_t::tn_holdcount.
tmpfs_subr.c 211 node->tn_holdcount = 0;
315 hold = atomic_or_32_nv(&node->tn_holdcount, TMPFS_NODE_RECLAIMED);

Completed in 13 milliseconds