Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c741 fsblkcnt64_t blocklowat, blocklowatmax, maxblks, threshblks; in cachefs_garbage_collect() local
772 if ((blocklowatmax = (maxblks * 7) / 10) < blocklowat) in cachefs_garbage_collect()
773 blocklowat = blocklowatmax; in cachefs_garbage_collect()
778 if ((blocklowatmax = (threshblks * 7) / 10) < blocklowat) in cachefs_garbage_collect()
779 blocklowat = blocklowatmax; in cachefs_garbage_collect()
785 if ((blocklowatmax = ((fsblkcnt64_t)cup->cu_blksused * 7) / 10) < in cachefs_garbage_collect()
787 blocklowat = blocklowatmax; in cachefs_garbage_collect()