Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c3553 zero_pg_index = (int)((zero_off - upl_f_offset) / PAGE_SIZE_64); in cluster_zero_range()
3874 off_t zero_off; in cluster_write_copy() local
3910 zero_off = 0; in cluster_write_copy()
3926 zero_off = headOff; in cluster_write_copy()
3930 zero_off = headOff; in cluster_write_copy()
3934 zero_off = uio->uio_offset & ~PAGE_MASK_64; in cluster_write_copy()
3936 if (zero_off >= oldEOF) { in cluster_write_copy()
3937 zero_cnt = uio->uio_offset - zero_off; in cluster_write_copy()
3982 start_offset = (int)(zero_off & PAGE_MASK_64); in cluster_write_copy()
3983 upl_f_offset = zero_off - start_offset; in cluster_write_copy()
[all …]