Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c1047 clp->cl_filehiwat = uvp->uv_hifiles / 100.0 * clp->cl_maxinodes + .5; in cachefs_convert_uv2cl()
1137 xx = ((double)clp->cl_filehiwat / clp->cl_maxinodes) * 100. + .5; in cachefs_convert_cl2uv()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h396 int cl_filehiwat; /* high water-mark for inode usage */ member
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c445 cachep->c_label.cl_filehiwat)) in cachefs_allocfile()