Searched refs:b_resid (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h99 long b_resid; /* Remaining I/O. */ member in struct:buf
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c409 return (bp->b_resid);
415 bp->b_resid = resid;
745 bp->b_resid = 0;
803 io_bp->b_resid = io_contig_bytes;
819 if (io_bp->b_resid) {
820 io_resid -= (io_contig_bytes - io_bp->b_resid);
839 bp->b_resid = io_resid;
2929 bp->b_resid = 0;
3176 bp->b_resid, bp->b_error, 0);
3403 bp->b_resid
[all...]
H A Dvfs_cluster.c540 total_resid += cbp->b_resid;
628 real_bp->b_resid = total_resid;

Completed in 52 milliseconds