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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c5163 int cl_len; local
5206 cl_len = cl_index;
5208 if ( (push_flag & PUSH_DELAY) && cl_len == MAX_CLUSTERS ) {
5237 for (cl_index = 0; cl_index < cl_len; cl_index++) {
5269 if (cl_len > cl_pushed) {
5274 if ((MAX_CLUSTERS - wbp->cl_number) < (cl_len - cl_pushed)) {
5286 for (cl_index = 0, cl_index1 = 0; cl_index < cl_len; cl_index++) {
5312 for (cl_index = 0, cl_index1 = wbp->cl_number; cl_index < cl_len; cl_index++) {

Completed in 29 milliseconds