Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c1039 clp->cl_filetresh = temp < (double)INT_MAX ? (int)temp : INT_MAX; in cachefs_convert_uv2cl()
1122 temp = ((double)clp->cl_filetresh / fs.f_files) * 100. + .5; in cachefs_convert_cl2uv()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c433 (used > cachep->c_label.cl_filetresh))) { in cachefs_allocfile()
753 threshfiles = cachep->c_label.cl_filetresh; in cachefs_garbage_collect()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h400 int cl_filetresh; /* inode max usage treshold */ member