Searched refs:v_count (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/
H A Dvnode.c94 VERIFY(vp->v_count > 0);
96 if (vp->v_count == 1 && !(vp->v_iflag & VI_DOINGINACT)) {
/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dnormalize.c62 enum { v_count = 21}; enumerator in enum:__anon4923
65 enum { n_count = v_count * t_count};
104 if (in[1] < v_base || in[1] >= v_base + v_count)
107 return (l_index * v_count + v_index) * t_count + s_base;
/freebsd-10.0-release/contrib/nvi/vi/
H A Dvi.c39 static int v_count __P((SCR *, ARG_CHAR_T, u_long *));
513 if (v_count(sp, key, &vp->count))
671 if (v_count(sp, vp->character, &vp->count2))
1127 * v_count --
1131 v_count( function
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h61 #define v_count v_usecount macro
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1616 (mvp->v_count != 1 || (mvp->v_flag & VROOT))) {
1884 ASSERT(ZTOV(zp)->v_count >= 0);
1959 if (zfsvfs->z_ctldir->v_count > 1)
1961 ASSERT(zfsvfs->z_ctldir->v_count == 1);
2007 zfsvfs->z_ctldir->v_count > 1)
2042 if (svp->v_count >= 2)
H A Dzfs_ctldir.c681 ASSERT(svp->v_count == 1);
1467 if (vp->v_count > 0)
H A Dzfs_vnops.c1921 may_delete_now = vp->v_count == 1 && !vn_has_cached_data(vp);
2002 vp->v_count == 1 && !vn_has_cached_data(vp) &&
2033 vp->v_count--;
2034 ASSERT0(vp->v_count);
H A Dzfs_znode.c322 if (vp->v_count != 1 || !vn_in_dnlc(vp)) {

Completed in 99 milliseconds