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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h109 int b_resid; /* Remaining I/O. */ member in struct:buf
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c583 return (bp->b_resid);
589 bp->b_resid = resid;
1083 bp->b_resid = 0;
1139 io_bp->b_resid = io_contig_bytes;
1155 if (io_bp->b_resid) {
1156 io_resid -= (io_contig_bytes - io_bp->b_resid);
1175 bp->b_resid = io_resid;
3591 bp->b_resid = 0;
3842 bp->b_resid, bp->b_error, 0);
4051 bp->b_resid
[all...]
H A Dvfs_cluster.c674 total_resid += cbp->b_resid;
762 real_bp->b_resid = total_resid;

Completed in 39 milliseconds