Searched refs:v_clen (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dvfs_cluster.c650 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0;
652 if (vp->v_clen == 0 || lbn != vp->v_lastw + 1 ||
655 if (vp->v_clen != 0) {
674 lbn != vp->v_lastw + 1 || vp->v_clen <= cursize) {
729 vp->v_clen = 0;
735 vp->v_clen = maxclen;
743 } else if (lbn == vp->v_cstart + vp->v_clen) {
752 vp->v_clen + 1, gbflags);
754 vp->v_clen = 0;
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_inode.c300 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0;
/freebsd-10.1-release/sys/sys/
H A Dvnode.h163 int v_clen; /* v length of cur. cluster */ member in struct:vnode

Completed in 239 milliseconds