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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c146 static int cluster_copy_ubc_data_internal(vnode_t vp, struct uio *uio, int *io_resid, int mark_dirty, int take_reference);
2430 int io_resid; local
2451 io_resid = io_req_size;
2456 io_resid = 0;
2498 while ((total_size = (io_resid + zero_cnt + zero_cnt1)) && retval == 0) {
2505 } else if (io_resid) {
2522 * assumption... total_size <= io_resid
2534 io_resid -= (total_size - xfer_resid);
2695 if (xfer_resid && io_resid) {
2698 bytes_to_move = min(io_resid, xfer_resi
3238 u_int32_t io_resid; local
5062 cluster_copy_upl_data(struct uio *uio, upl_t upl, int upl_offset, int *io_resid) argument
5138 cluster_copy_ubc_data(vnode_t vp, struct uio *uio, int *io_resid, int mark_dirty) argument
5146 cluster_copy_ubc_data_internal(vnode_t vp, struct uio *uio, int *io_resid, int mark_dirty, int take_reference) argument
[all...]
H A Dvfs_bio.c760 int io_resid; local
785 io_resid = bp->b_bcount;
820 io_resid -= (io_contig_bytes - io_bp->b_resid);
824 if ((io_resid -= io_contig_bytes) == 0)
832 if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, NULL)))
839 bp->b_resid = io_resid;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c1982 int io_resid = uio_uio_resid(uio); local
1984 if (diff < io_resid)
1985 io_resid = diff;
1986 if (io_resid > 0) {
1987 error = cluster_copy_ubc_data(vp, uio, &io_resid, 0);

Completed in 28 milliseconds