Home
last modified time | relevance | path

Searched refs:upl_f_offset (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_cluster.c3192 … upl_page_info_t *pl, int flags, int io_offset, off_t zero_off, off_t upl_f_offset, int bytes_to_z… in cluster_zero_range() argument
3199 zero_pg_index = (int)((zero_off - upl_f_offset) / PAGE_SIZE_64); in cluster_zero_range()
3507 off_t upl_f_offset; in cluster_write_copy() local
3629 upl_f_offset = zero_off - start_offset; in cluster_write_copy()
3632 upl_f_offset = uio->uio_offset - start_offset; in cluster_write_copy()
3635 upl_f_offset = zero_off1 - start_offset; in cluster_write_copy()
3644 cl.b_addr = (daddr64_t)(upl_f_offset / PAGE_SIZE_64); in cluster_write_copy()
3665 upl_f_offset = uio->uio_offset - start_offset; in cluster_write_copy()
3677 upl_f_offset += PAGE_SIZE_64; in cluster_write_copy()
3714 upl_f_offset, in cluster_write_copy()
[all …]