Searched refs:write_off (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_cluster.c | 221 …off_t write_off, int write_cnt, off_t newEOF, int (*callback)(buf_t, void *), void *callback_arg, … 3900 boolean_t *first_pass, off_t write_off, int write_cnt, off_t newEOF, in cluster_update_state_internal() argument 3948 if (write_off == wbp->cl_last_write) { in cluster_update_state_internal() 3954 wbp->cl_last_write = write_off + write_cnt; in cluster_update_state_internal() 4186 off_t write_off = 0; in cluster_write_copy() local 4277 write_off = uio->uio_offset; in cluster_write_copy() 4582 write_off, write_cnt, newEOF, callback, callback_arg, FALSE); in cluster_write_copy()
|