Lines Matching refs:used
43 used=$(get_prop used $dataset)
50 if ((used != used_sum)); then
51 log_fail "$dataset: used($used) is not the sum($used_sum) of usedby*"
80 used=$(get_prop used $child)
81 if ((reservation > used)); then
84 ((usedbychildren_sum += used))
90 log_fail "$dataset: usedbychildren($parent_usedbychildren) is not the sum($usedbychildren_sum) of used by children"
177 used=$(get_prop used $child)
178 ((usedbysnapshots_sum += used))
183 "the sum($usedbysnapshots_sum) of used of snapshots"