Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cluster.c659 int lblocksize; in cluster_write() local
667 lblocksize = vp->v_mount->mnt_stat.f_iosize; in cluster_write()
670 lblocksize = bp->b_bufsize; in cluster_write()
680 (bp->b_blkno != vp->v_lasta + btodb(lblocksize))) { in cluster_write()
681 maxclen = vp->v_mount->mnt_iosize_max / lblocksize - 1; in cluster_write()
700 if (((u_quad_t) bp->b_offset + lblocksize) != filesize || in cluster_write()
703 cluster_wbuild_wb(vp, lblocksize, in cluster_write()
736 lblocksize, vp->v_cstart, in cluster_write()
759 ((u_quad_t) bp->b_offset + lblocksize) != filesize && in cluster_write()
786 cluster_wbuild_wb(vp, lblocksize, vp->v_cstart, in cluster_write()