Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/vfs/
H A Dvfs_cluster.c3875 int do_zeroing = 1; in cluster_write_copy() local
3881 do_zeroing = 0; in cluster_write_copy()
3884 if (do_zeroing && (upl_f_offset + io_size) >= newEOF && (u_int)io_size < upl_size) { in cluster_write_copy()