Searched refs:cl_maxblks (Results 1 – 5 of 5) sorted by relevance
1022 clp->cl_maxblks = temp < (double)INT_MAX ? (int)temp : INT_MAX; in cachefs_convert_uv2cl()1044 clp->cl_blkhiwat = uvp->uv_hiblocks / 100.0 * clp->cl_maxblks + .5; in cachefs_convert_uv2cl()1045 clp->cl_blklowat = uvp->uv_lowblocks / 100.0 * clp->cl_maxblks + .5; in cachefs_convert_uv2cl()1099 temp = (double)clp->cl_maxblks * ftmp / in cachefs_convert_cl2uv()1129 xx = ((double)clp->cl_blkhiwat / clp->cl_maxblks) * 100. + .5; in cachefs_convert_cl2uv()1133 xx = ((double)clp->cl_blklowat / clp->cl_maxblks) * 100. + .5; in cachefs_convert_cl2uv()
1104 sbp->f_blocks = lp->cl_maxblks; in cachefs_statvfs()1106 lp->cl_maxblks - up->cu_blksused; in cachefs_statvfs()
487 if ((blocks >= cachep->c_label.cl_maxblks) || in cachefs_allocblocks()750 maxblks = cachep->c_label.cl_maxblks; in cachefs_garbage_collect()
930 blocks = (fsblkcnt64_t)(cachep->c_label.cl_maxblks - in cachefs_io_getstats()
392 int cl_maxblks; /* max blocks to be used by cache */ member