Home
last modified time | relevance | path

Searched refs:v_cstart (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/kern/
HDvfs_cluster.c671 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 …]
HDvfs_subr.c3000 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0; in _vdrop()
/freebsd-11-stable/sys/ufs/ffs/
HDffs_inode.c325 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0;
/freebsd-11-stable/sys/sys/
HDvnode.h161 daddr_t v_cstart; /* v start block of cluster */ member