Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c1030 clp->cl_blocktresh = temp < (double)INT_MAX ? (int)temp : INT_MAX; in cachefs_convert_uv2cl()
1109 temp = (double)clp->cl_blocktresh * ftmp / in cachefs_convert_cl2uv()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c489 (used > cachep->c_label.cl_blocktresh))) { in cachefs_allocblocks()
752 threshblks = cachep->c_label.cl_blocktresh; in cachefs_garbage_collect()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h398 int cl_blocktresh; /* block max usage treshold */ member