Searched refs:io_resid (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_cluster.c | 198 static int cluster_copy_ubc_data_internal(vnode_t vp, struct uio *uio, int *io_resid, int mark_dirt… 3540 int io_resid; in cluster_write_copy() local 3557 io_resid = io_req_size; in cluster_write_copy() 3562 io_resid = 0; in cluster_write_copy() 3646 while ((total_size = (io_resid + zero_cnt + zero_cnt1)) && retval == 0) { in cluster_write_copy() 3653 } else if (io_resid) { in cluster_write_copy() 3685 io_resid -= (total_size - xfer_resid); in cluster_write_copy() 3841 if (xfer_resid && io_resid) { in cluster_write_copy() 3844 bytes_to_move = min(io_resid, xfer_resid); in cluster_write_copy() 3855 io_resid -= bytes_to_move; in cluster_write_copy() [all …]
|
| H A D | vfs_bio.c | 1295 int io_resid; in buf_strategy_fragmented() local 1321 io_resid = bp->b_bcount; in buf_strategy_fragmented() 1360 io_resid -= (io_contig_bytes - io_bp->b_resid); in buf_strategy_fragmented() 1364 if ((io_resid -= io_contig_bytes) == 0) { in buf_strategy_fragmented() 1373 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, … in buf_strategy_fragmented() 1382 bp->b_resid = io_resid; in buf_strategy_fragmented()
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | decmpfs.c | 1859 int io_resid = icount; 1860 err = cluster_copy_upl_data(uio, upl, (int)uplOff, &io_resid); 1861 int copied = icount - io_resid;
|