Home
last modified time | relevance | path

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

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