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

/freebsd-10-stable/contrib/smbfs/smbutil/
H A Ddumptree.c81 iprintf(4, "usecount: %d\n", vip->usecount);
103 iprintf(8, "usecount: %d\n", sip->usecount);
/freebsd-10-stable/sys/netsmb/
H A Dsmb_dev.h167 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.c329 SMBERROR("negative usecount");
707 vip->usecount = vcp->obj.co_usecount;
904 sip->usecount = ssp->obj.co_usecount;
/freebsd-10-stable/sys/ufs/ufs/
H A Dufs_vnops.c304 int usecount; local
307 usecount = vp->v_usecount;
308 if (usecount > 1)
2388 int usecount; local
2391 usecount = vp->v_usecount;
2392 if (usecount > 1)
/freebsd-10-stable/sys/kern/
H A Dvfs_subr.c2154 * the driver's usecount if this is a chardev. The vholdl() will remove
2190 * Decrement the vnode use and hold count along with the driver's usecount
2200 ("v_decr_usecount: negative usecount"));
2214 * In this way we may vgone() a vnode with a 0 usecount without risk of
2223 ("v_decr_useonly: negative usecount"));
2262 /* Upgrade our holdcnt to a usecount. */
2755 ("vflush: usecount %d < rootrefs %d",
3023 printf(" usecount %d, writecount %d, refcount %d",
3535 XV_COPY(usecount);

Completed in 147 milliseconds