Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDvfs_cluster.c667 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0; in cluster_write()
689 cursize = vp->v_lastw - vp->v_cstart + 1; in cluster_write()
694 vp->v_cstart, cursize, gbflags); in cluster_write()
726 lblocksize, vp->v_cstart, in cluster_write()
757 vp->v_cstart = lbn + 1; in cluster_write()
764 vp->v_cstart = lbn + 1; in cluster_write()
767 vp->v_cstart = lbn; in cluster_write()
770 } else if (lbn == vp->v_cstart + vp->v_clen) { in cluster_write()
779 cluster_wbuild_wb(vp, lblocksize, vp->v_cstart, in cluster_write()
783 vp->v_cstart = lbn + 1; in cluster_write()
[all …]
HDvfs_subr.c2229 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0; in freevnode()
/freebsd-13-stable/sys/ufs/ffs/
HDffs_inode.c358 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0; in ffs_truncate()
/freebsd-13-stable/sys/sys/
HDvnode.h168 daddr_t v_cstart; /* v start block of cluster */ member