Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDvfs_cluster.c653 int lblocksize; in cluster_write() local
661 lblocksize = vp->v_mount->mnt_stat.f_iosize; in cluster_write()
664 lblocksize = bp->b_bufsize; in cluster_write()
674 (bp->b_blkno != vp->v_lasta + btodb(lblocksize))) { in cluster_write()
675 maxclen = vp->v_mount->mnt_iosize_max / lblocksize - 1; in cluster_write()
694 if (((u_quad_t) bp->b_offset + lblocksize) != filesize || in cluster_write()
697 cluster_wbuild_wb(vp, lblocksize, in cluster_write()
730 lblocksize, vp->v_cstart, in cluster_write()
753 ((u_quad_t) bp->b_offset + lblocksize) != filesize && in cluster_write()
780 cluster_wbuild_wb(vp, lblocksize, vp->v_cstart, in cluster_write()