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

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/
H A Dsnapused.kshlib159 typeset -i parent_usedbysnapshots=0
164 parent_usedbysnapshots=$(get_prop usedbysnapshots $child)
181 if ((parent_usedbysnapshots < usedbysnapshots_sum)); then
182 log_fail "$dataset: usedbysnapshots($parent_usedbysnapshots) is not more than or equal to" \
/freebsd-13-stable/tests/sys/cddl/zfs/tests/snapused/
H A Dsnapused.kshlib164 typeset -i parent_usedbysnapshots=0
169 parent_usedbysnapshots=$(get_prop usedbysnapshots $child)
186 if (( parent_usedbysnapshots < usedbysnapshots_sum )); then
187 log_fail "$dataset: usedbysnapshots($parent_usedbysnapshots) is not more than or equal to" \

Completed in 56 milliseconds