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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c4533 int cl_pushed = 0; local
4631 cl_pushed++;
4637 if (cl_len > cl_pushed) {
4642 if ((MAX_CLUSTERS - wbp->cl_number) < (cl_len - cl_pushed)) {

Completed in 36 milliseconds