Home
last modified time | relevance | path

Searched refs:v_lasta (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_cluster.c677 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0; in cluster_write()
680 (bp->b_blkno != vp->v_lasta + btodb(lblocksize))) { in cluster_write()
748 vp->v_lasta = bp->b_blkno; in cluster_write()
765 vp->v_lasta = bp->b_blkno; in cluster_write()
803 vp->v_lasta = bp->b_blkno; in cluster_write()
H A Dvfs_subr.c1884 vp->v_lasta = vp->v_clen = vp->v_cstart = vp->v_lastw = 0; in freevnode()
/f-stack/freebsd/sys/
H A Dvnode.h170 daddr_t v_lasta; /* v last allocation */ member