Searched refs:seqcount (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/sys/fs/ext2fs/
H A Dext2_balloc.c277 int seqcount = (flags & BA_SEQMASK) >> BA_SEQSHIFT; local
278 if (seqcount && (vp->v_mount->mnt_flag & MNT_NOCLUSTERR) == 0) {
281 MAXBSIZE, seqcount, 0, &nbp);
H A Dext2_vnops.c1643 int error, orig_resid, seqcount; local
1650 seqcount = ap->a_ioflag >> IO_SEQSHIFT;
1691 NOCRED, blkoffset + uio->uio_resid, seqcount,
1693 } else if (seqcount > 1) {
1901 int blkoffset, error, flags, ioflag, resid, size, seqcount, xfersize; local
1907 seqcount = ioflag >> IO_SEQSHIFT;
1949 if (seqcount > BA_SEQMAX)
1952 flags = seqcount << BA_SEQSHIFT;
2029 cluster_write(vp, bp, ip->i_size, seqcount, 0);
/freebsd-10.3-release/sys/kern/
H A Dvfs_cluster.c92 struct ucred *cred, long totread, int seqcount, int gbflags,
112 maxra = seqcount;
130 if (!seqcount) {
625 cluster_write(struct vnode *vp, struct buf *bp, u_quad_t filesize, int seqcount, argument
665 * seqcount heuristic, otherwise leave the buffer
673 if (!async && seqcount > 0) {
688 * in the logical file (seqcount > 1),
697 if (seqcount > 1) {
743 * At end of cluster, write it out if seqcount tells us we
748 if (seqcount >
91 cluster_read(struct vnode *vp, u_quad_t filesize, daddr_t lblkno, long size, struct ucred *cred, long totread, int seqcount, int gbflags, struct buf **bpp) argument
[all...]
/freebsd-10.3-release/sys/ufs/ffs/
H A Dffs_vnops.c439 int seqcount; local
461 seqcount = ap->a_ioflag >> IO_SEQSHIFT;
532 seqcount, GB_UNMAPPED, &bp);
533 } else if (seqcount > 1) {
660 int seqcount; local
673 seqcount = ap->a_ioflag >> IO_SEQSHIFT;
714 if (seqcount > BA_SEQMAX)
717 flags = seqcount << BA_SEQSHIFT;
809 cluster_write(vp, bp, ip->i_size, seqcount,
H A Dffs_balloc.c431 int seqcount = (flags & BA_SEQMASK) >> BA_SEQSHIFT; local
432 if (seqcount != 0 &&
437 MAXBSIZE, seqcount, gbflags, &nbp);
1002 int seqcount = (flags & BA_SEQMASK) >> BA_SEQSHIFT; local
1003 if (seqcount != 0 &&
1008 MAXBSIZE, seqcount, gbflags, &nbp);
/freebsd-10.3-release/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c573 int seqcount; local
595 seqcount = ap->a_ioflag >> IO_SEQSHIFT;
623 NOCRED, on + uio->uio_resid, seqcount, 0, &bp);
624 } else if (seqcount > 1) {
670 int seqcount; local
753 seqcount = ioflag >> IO_SEQSHIFT;
843 seqcount, 0);
/freebsd-10.3-release/sys/fs/cd9660/
H A Dcd9660_vnops.c304 int seqcount; local
310 seqcount = ap->a_ioflag >> IO_SEQSHIFT;
336 if (seqcount > 1 &&
/freebsd-10.3-release/sys/fs/nfsclient/
H A Dnfs_clbio.c436 int seqcount; local
470 seqcount = (int)((off_t)(ioflag >> IO_SEQSHIFT) * biosize / BKVASIZE);
493 for (nra = 0; nra < nmp->nm_readahead && nra < seqcount &&
/freebsd-10.3-release/sys/nfsclient/
H A Dnfs_bio.c433 int seqcount; local
461 seqcount = (int)((off_t)(ioflag >> IO_SEQSHIFT) * biosize / BKVASIZE);
484 for (nra = 0; nra < nmp->nm_readahead && nra < seqcount &&

Completed in 197 milliseconds