Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/vfs/
H A Dvfs_cluster.c303 uint32_t overlapping_write_max = (1024 * 1024 * 1024); variable
3259 (bytes_outstanding_limit > overlapping_write_max))) { in cluster_write_direct()
3260 bytes_outstanding_limit = overlapping_write_max; in cluster_write_direct()