Lines Matching defs:bcount
96 int biosize, bcount;
104 bcount = biosize;
106 bcount = 0;
108 bcount = nsize - (off_t)lbn * biosize;
109 *sz = bcount;
440 int biosize, bcount, error, i, n, nra, on, save2, seqcount;
531 /* Note that bcount is *not* DEV_BSIZE aligned. */
532 bcount = biosize;
534 bcount = 0;
536 bcount = nsize - (off_t)lbn * biosize;
538 bp = nfs_getcacheblk(vp, lbn, bcount, td);
564 * bytes we can copy out of the bp. Note that bcount is
571 if (on < bcount)
572 n = MIN((unsigned)(bcount - on), uio->uio_resid);
841 int bcount, noncontig_write, obcount;
1049 bcount = on + n;
1050 allocbuf(bp, bcount);
1061 bcount = on + n;
1062 if ((off_t)lbn * biosize + bcount < np->n_size) {
1064 bcount = biosize;
1066 bcount = np->n_size - (off_t)lbn * biosize;
1069 bp = nfs_getcacheblk(vp, lbn, bcount, td);
1107 if (on == 0 && n == bcount) {
1139 if (bp->b_dirtyend > bcount) {
1142 bp->b_dirtyend - bcount);
1143 bp->b_dirtyend = bcount;