Searched refs:write_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/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, … 3343 boolean_t *first_pass, off_t write_off, int write_cnt, off_t newEOF, in cluster_update_state_internal() argument 3392 wbp->cl_seq_written += write_cnt; in cluster_update_state_internal() 3394 wbp->cl_seq_written = write_cnt; in cluster_update_state_internal() 3397 wbp->cl_last_write = write_off + write_cnt; in cluster_update_state_internal() 3630 int write_cnt = 0; in cluster_write_copy() local 3721 write_cnt = (int)uio_resid(uio); in cluster_write_copy() 4025 write_off, write_cnt, newEOF, callback, callback_arg, FALSE); in cluster_write_copy()
|