Home
last modified time | relevance | path

Searched refs:cl_maxfiles (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c1042 clp->cl_maxfiles = uvp->uv_maxfilesize * ftmp + .5; in cachefs_convert_uv2cl()
1126 ltmp = ((long long)clp->cl_maxfiles * MAXBSIZE); in cachefs_convert_cl2uv()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h402 int cl_maxfiles; /* max cache file size */ member