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

/freebsd-12-stable/contrib/smbfs/smbutil/
H A Ddumptree.c81 iprintf(4, "usecount: %d\n", vip->usecount);
103 iprintf(8, "usecount: %d\n", sip->usecount);
/freebsd-12-stable/sys/arm64/acpica/
H A Dacpi_iort.c91 u_int usecount; /* for bookkeeping */ member in struct:iort_node
194 node->usecount = 0;
221 node->usecount = 0;
306 node->usecount++;
/freebsd-12-stable/sys/netsmb/
H A Dsmb_dev.h169 int usecount; member in struct:smb_dev
H A Dsmb_conn.h138 int usecount; member in struct:smb_vc_info
151 int usecount; member in struct:smb_share_info
H A Dsmb_conn.c331 SMBERROR("negative usecount");
709 vip->usecount = vcp->obj.co_usecount;
906 sip->usecount = ssp->obj.co_usecount;
/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_vnops.c305 int usecount; local
308 usecount = vp->v_usecount;
309 if (usecount > 1)
2362 int usecount; local
2365 usecount = vp->v_usecount;
2366 if (usecount > 1)
/freebsd-12-stable/sys/kern/
H A Dvfs_subr.c2615 ("vnode with usecount and VI_OWEINACT set"));
2624 * the driver's usecount if this is a chardev.
2637 ("vnode with usecount and VI_OWEINACT set"));
2684 * on either holdcnt or usecount being 0. As long as either counter
2724 * Upgrade our holdcnt to a usecount.
2860 vn_printf(vp, "vputx: usecount not zero for vnode ");
2861 panic("vputx: usecount not zero");
2891 ("vnode with usecount and VI_OWEINACT set"));
3294 ("vflush: usecount %d < rootrefs %d",
3575 printf(" usecount
[all...]

Completed in 128 milliseconds