bufsize = (bufsize + DEV_BSIZE - 1) & ~(DEV_BSIZE - 1);
}
bp = nfs_getcacheblk(vp, lbn, bufsize, p, operation);
bufsize = (bufsize + DEV_BSIZE - 1) & ~(DEV_BSIZE - 1);
}
bp = nfs_getcacheblk(vp, lbn, bufsize, p, operation);
bp = getblk(vp, bn, size, 0, 0, operation);
if( vp->v_type == VREG)
bp = getblk(vp, bn, size, 0, 0, operation);
if( vp->v_type == VREG)