Searched refs:v_cstart (Results 1 – 4 of 4) sorted by relevance
671 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0; in cluster_write()693 cursize = vp->v_lastw - vp->v_cstart + 1; in cluster_write()698 vp->v_cstart, cursize, gbflags); in cluster_write()730 lblocksize, vp->v_cstart, in cluster_write()760 vp->v_cstart = lbn + 1; in cluster_write()766 vp->v_cstart = lbn + 1; in cluster_write()769 vp->v_cstart = lbn; in cluster_write()772 } else if (lbn == vp->v_cstart + vp->v_clen) { in cluster_write()780 cluster_wbuild_wb(vp, lblocksize, vp->v_cstart, in cluster_write()784 vp->v_cstart = lbn + 1; in cluster_write()[all …]
3000 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0; in _vdrop()
325 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0;
161 daddr_t v_cstart; /* v start block of cluster */ member