Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_cluster.c3852 int do_zeroing = 1; in cluster_write_copy() local
3858 do_zeroing = 0; in cluster_write_copy()
3861 if (do_zeroing && (upl_f_offset + io_size) >= newEOF && (u_int)io_size < upl_size) { in cluster_write_copy()