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

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

Completed in 96 milliseconds