Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c5974 int cl_pushed = 0; in cluster_try_push() local
6087 cl_pushed++; in cluster_try_push()
6108 if (cl_len > cl_pushed) { in cluster_try_push()
6113 if ((MAX_CLUSTERS - wbp->cl_number) < (cl_len - cl_pushed)) { in cluster_try_push()