Searched refs:write_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_cluster.c | 215 …off_t write_off, int write_cnt, off_t newEOF, int (*callback)(buf_t, void *), void *callback_arg, … 3237 boolean_t *first_pass, off_t write_off, int write_cnt, off_t newEOF, in cluster_update_state_internal() argument 3286 wbp->cl_seq_written += write_cnt; in cluster_update_state_internal() 3288 wbp->cl_seq_written = write_cnt; in cluster_update_state_internal() 3291 wbp->cl_last_write = write_off + write_cnt; in cluster_update_state_internal() 3524 int write_cnt = 0; in cluster_write_copy() local 3615 write_cnt = (int)uio_resid(uio); in cluster_write_copy() 3919 write_off, write_cnt, newEOF, callback, callback_arg, FALSE); in cluster_write_copy()
|