Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c4206 int do_zeroing = 1; in cluster_write_copy() local
4212 do_zeroing = 0; in cluster_write_copy()
4215 if (do_zeroing && (upl_f_offset + io_size) >= newEOF && (u_int)io_size < upl_size) { in cluster_write_copy()