Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cluster.c6026 int cl_pushed = 0; in cluster_try_push() local
6139 cl_pushed++; in cluster_try_push()
6160 if (cl_len > cl_pushed) { in cluster_try_push()
6165 if ((MAX_CLUSTERS - wbp->cl_number) < (cl_len - cl_pushed)) { in cluster_try_push()