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

/freebsd-9.3-release/sys/kern/
H A Dvfs_cluster.c652 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0;
674 cursize = vp->v_lastw - vp->v_cstart + 1;
679 vp->v_cstart, cursize, gbflags);
703 lblocksize, vp->v_cstart,
733 vp->v_cstart = lbn + 1;
739 vp->v_cstart = lbn + 1;
742 vp->v_cstart = lbn;
745 } else if (lbn == vp->v_cstart + vp->v_clen) {
753 cluster_wbuild_wb(vp, lblocksize, vp->v_cstart,
757 vp->v_cstart
[all...]
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_inode.c300 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0;
/freebsd-9.3-release/sys/sys/
H A Dvnode.h140 daddr_t v_cstart; /* v start block of cluster */ member in struct:vnode

Completed in 169 milliseconds