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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c2715 cluster_zero_range(upl_t upl, upl_page_info_t *pl, int flags, int io_offset, off_t zero_off, off_t upl_f_offset, int bytes_to_zero) argument
2723 zero_pg_index = (int)((zero_off - upl_f_offset) / PAGE_SIZE_64);
2748 off_t upl_f_offset; local
2866 upl_f_offset = zero_off - start_offset;
2869 upl_f_offset = uio->uio_offset - start_offset;
2872 upl_f_offset = zero_off1 - start_offset;
2880 cl.b_addr = (daddr64_t)(upl_f_offset / PAGE_SIZE_64);
2899 upl_f_offset = uio->uio_offset - start_offset;
2905 * which will leave upl_f_offset pointing to the
2911 upl_f_offset
3491 off_t upl_f_offset; local
4827 off_t upl_f_offset; local
5340 off_t upl_f_offset; local
[all...]

Completed in 21 milliseconds