Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c6398 int cl_pushed = 0; in cluster_try_push() local
6511 cl_pushed++; in cluster_try_push()
6532 if (cl_len > cl_pushed) { in cluster_try_push()
6537 if ((MAX_CLUSTERS - wbp->cl_number) < (cl_len - cl_pushed)) { in cluster_try_push()