Searched refs:boff (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c1480 off_t boff = NBOFF(bp); local
1481 if ((off_t)np->n_size >= (boff + bp->nb_bufsize))
1483 else if ((off_t)np->n_size >= boff)
1484 bp->nb_validend = np->n_size - boff;
1510 off_t boff; local
1524 boff = NBOFF(bp);
1529 if (boff > 0xffffffffLL) {
1535 if ((boff + length - 1) > 0xffffffffLL)
1536 length = 0x100000000LL - boff;
1561 error = nmp->nm_funcs->nf_read_rpc_async(np, boff
[all...]
H A Dnfs_vnops.c1888 off_t boff, start, end; local
2224 boff = NBOFF(bp);
2237 auio.uio_offset = boff + start;
2255 if ((off_t)np->n_size > boff + bp->nb_validend)
2256 bp->nb_validend = min(np->n_size - (boff + start), biosize);
2274 if (((boff+start) >= (off_t)np->n_size) ||
2275 ((start >= on) && ((boff + on + n) >= (off_t)np->n_size))) {
2288 auio.uio_offset = boff + start;
2307 if ((off_t)np->n_size > boff + bp->nb_validend)
2308 bp->nb_validend = min(np->n_size - (boff
5941 off_t boff, start, end; local
[all...]

Completed in 43 milliseconds