Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cluster.c658 int maxclen, cursize; in cluster_write() local
681 maxclen = vp->v_mount->mnt_iosize_max / lblocksize - 1; in cluster_write()
761 (VOP_BMAP(vp, lbn, NULL, &bp->b_blkno, &maxclen, NULL) || in cluster_write()
770 vp->v_clen = maxclen; in cluster_write()
771 if (!async && maxclen == 0) { /* I/O not contiguous */ in cluster_write()