Searched refs:write_off (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 3285 if (write_off == wbp->cl_last_write) { in cluster_update_state_internal() 3291 wbp->cl_last_write = write_off + write_cnt; in cluster_update_state_internal() 3523 off_t write_off = 0; in cluster_write_copy() local 3614 write_off = uio->uio_offset; in cluster_write_copy() 3919 write_off, write_cnt, newEOF, callback, callback_arg, FALSE); in cluster_write_copy()
|