Searched refs:usecount (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/smbfs/smbutil/
H A Ddumptree.c81 iprintf(4, "usecount: %d\n", vip->usecount);
103 iprintf(8, "usecount: %d\n", sip->usecount);
/freebsd-13-stable/sys/arm64/acpica/
H A Dacpi_iort.c91 u_int usecount; /* for bookkeeping */ member in struct:iort_node
231 node->usecount = 0;
262 node->usecount = 0;
348 node->usecount++;
/freebsd-13-stable/sys/netsmb/
H A Dsmb_dev.h169 int usecount; member in struct:smb_dev
H A Dsmb_conn.h136 int usecount; member in struct:smb_vc_info
149 int usecount; member in struct:smb_share_info
H A Dsmb_conn.c334 SMBERROR("negative usecount");
712 vip->usecount = vcp->obj.co_usecount;
909 sip->usecount = ssp->obj.co_usecount;
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_vnops.c317 int usecount; local
320 usecount = vp->v_usecount;
321 if (usecount > 1)
2548 int usecount; local
2551 usecount = vp->v_usecount;
2552 if (usecount > 1)
/freebsd-13-stable/sys/kern/
H A Dvfs_subr.c2893 * usecount is manipulated using atomics without holding any locks.
2997 * We hold the vnode. If the usecount is 0 it will be utilized to keep
3153 * By releasing the last usecount we take ownership of the hold count which
3792 ("vflush: usecount %d < rootrefs %d",
4084 printf(" usecount %d, writecount %d, refcount %d seqc users %d",
4629 XV_COPY(usecount);

Completed in 284 milliseconds