Searched refs:cl_maxinodes (Results 1 – 6 of 6) sorted by relevance
616 cnt += clabel->cl_maxinodes / CACHEFS_RLPMBS; in cachefs_create_cache()617 if ((clabel->cl_maxinodes % CACHEFS_RLPMBS) != 0) in cachefs_create_cache()1033 clp->cl_maxinodes = temp < (double)INT_MAX ? (int)temp : INT_MAX; in cachefs_convert_uv2cl()1047 clp->cl_filehiwat = uvp->uv_hifiles / 100.0 * clp->cl_maxinodes + .5; in cachefs_convert_uv2cl()1048 clp->cl_filelowat = uvp->uv_lowfiles / 100.0 * clp->cl_maxinodes + .5; in cachefs_convert_uv2cl()1114 temp = ((double)clp->cl_maxinodes / fs.f_files) * 100. + .5; in cachefs_convert_cl2uv()1137 xx = ((double)clp->cl_filehiwat / clp->cl_maxinodes) * 100. + .5; in cachefs_convert_cl2uv()1141 xx = ((double)clp->cl_filelowat / clp->cl_maxinodes) * 100. + .5; in cachefs_convert_cl2uv()
664 if (clabel_orig.cl_maxinodes > clabel_new.cl_maxinodes) { in update_cachelabel()688 if (clabel_orig.cl_maxinodes != clabel_new.cl_maxinodes) { in update_cachelabel()689 xx = resource_file_grow(dirp, clabel_orig.cl_maxinodes, in update_cachelabel()690 clabel_new.cl_maxinodes); in update_cachelabel()
259 cachep->c_label.cl_maxinodes) { in cachefs_rl_alloc()431 if ((cachep->c_usage.cu_filesused >= cachep->c_label.cl_maxinodes) || in cachefs_allocfile()751 maxfiles = cachep->c_label.cl_maxinodes; in cachefs_garbage_collect()1310 ASSERT(entno <= cachep->c_label.cl_maxinodes); /* strictly less? */ in cachefs_rl_entry_get()
1107 sbp->f_files = lp->cl_maxinodes; in cachefs_statvfs()1109 lp->cl_maxinodes - up->cu_filesused; in cachefs_statvfs()
395 int cl_maxinodes; /* max inodes to be used by cache */ member
503 resp = res_create(buf, clabel.cl_maxinodes, verbose); in cfs_check()