Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/vfs/
H A Dvfs_cluster.c300 uint32_t overlapping_write_max = (1024 * 1024 * 1024); variable
2876 (bytes_outstanding_limit > overlapping_write_max))) { in cluster_write_direct()
2877 bytes_outstanding_limit = overlapping_write_max; in cluster_write_direct()