Searched defs:cache_label (Results 1 – 1 of 1) sorted by relevance
390 struct cache_label { struct391 int cl_cfsversion; /* cfs version number */392 int cl_maxblks; /* max blocks to be used by cache */393 int cl_blkhiwat; /* high water-mark for block usage */394 int cl_blklowat; /* low water-mark for block usage */395 int cl_maxinodes; /* max inodes to be used by cache */396 int cl_filehiwat; /* high water-mark for inode usage */397 int cl_filelowat; /* low water-mark for indoe usage */398 int cl_blocktresh; /* block max usage treshold */399 int cl_blockmin; /* block min usage treshold */[all …]