Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/vfs/ !
H A Dvfs_cluster.c3966 off_t zero_off1; in cluster_write_copy() local
4001 zero_off1 = 0; in cluster_write_copy()
4035 zero_off1 = uio->uio_offset + io_req_size; in cluster_write_copy()
4037 if (zero_off1 < tailOff) { in cluster_write_copy()
4038 zero_cnt1 = tailOff - zero_off1; in cluster_write_copy()
4043 zero_off1 = uio->uio_offset + io_req_size; in cluster_write_copy()
4045 if (zero_off1 == newEOF && (zero_off1 & PAGE_MASK_64)) { in cluster_write_copy()
4046 zero_cnt1 = PAGE_SIZE_64 - (zero_off1 & PAGE_MASK_64); in cluster_write_copy()
4078 start_offset = (int)(zero_off1 & PAGE_MASK_64); in cluster_write_copy()
4079 upl_f_offset = zero_off1 - start_offset; in cluster_write_copy()
[all …]