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

/freebsd-11.0-release/contrib/smbfs/smbutil/
H A Ddumptree.c81 iprintf(4, "usecount: %d\n", vip->usecount);
103 iprintf(8, "usecount: %d\n", sip->usecount);
/freebsd-11.0-release/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-11.0-release/sys/ufs/ufs/
H A Dufs_vnops.c304 int usecount; local
307 usecount = vp->v_usecount;
308 if (usecount > 1)
2357 int usecount; local
2360 usecount = vp->v_usecount;
2361 if (usecount > 1)
/freebsd-11.0-release/sys/kern/
H A Dvfs_subr.c2428 ("vnode with usecount and VI_OWEINACT set"));
2437 * the driver's usecount if this is a chardev. The _vhold() will remove
2450 ("vnode with usecount and VI_OWEINACT set"));
2497 * on either holdcnt or usecount being 0. As long as either counter
2537 * Upgrade our holdcnt to a usecount.
2648 vprint("vputx: usecount not zero", vp);
2649 panic("vputx: usecount not zero");
2679 ("vnode with usecount and VI_OWEINACT set"));
3053 ("vflush: usecount %d < rootrefs %d",
3321 printf(" usecount
[all...]

Completed in 59 milliseconds