Searched refs:write_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | vfs_cluster.c | 217 …off_t write_off, int write_cnt, off_t newEOF, int (*callback)(buf_t, void *), void *callback_arg, … 3598 boolean_t *first_pass, off_t write_off, int write_cnt, off_t newEOF, in cluster_update_state_internal() argument 3647 wbp->cl_seq_written += write_cnt; in cluster_update_state_internal() 3649 wbp->cl_seq_written = write_cnt; in cluster_update_state_internal() 3652 wbp->cl_last_write = write_off + write_cnt; in cluster_update_state_internal() 3885 int write_cnt = 0; in cluster_write_copy() local 3976 write_cnt = (int)uio_resid(uio); in cluster_write_copy() 4280 write_off, write_cnt, newEOF, callback, callback_arg, FALSE); in cluster_write_copy()
|