Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_cluster.c302 uint32_t overlapping_write_max = (1024 * 1024 * 1024); variable
2959 (bytes_outstanding_limit > overlapping_write_max))) { in cluster_write_direct()
2960 bytes_outstanding_limit = overlapping_write_max; in cluster_write_direct()