Searched refs:full_size (Results 1 – 7 of 7) sorted by relevance
95 full_size=$(get_reported_size)100 [[ $full_size -gt $one_hole ]] || log_fail \101 "One hole failure: $full_size -> $one_hole"
86 full_size=$(get_reported_size)91 [[ $full_size -gt $one_range ]] || log_fail \92 "One range failure: $full_size -> $one_range"
118 full_size=$(zfs send $full_snapshot 2>&1 | wc -c)126 log_must verify_size_estimates $options $full_size132 log_must verify_size_estimates $options $full_size
57 int full_size = ::snprintf( in inet_ntop() local 61 if (full_size < static_cast<int>(size)) { in inet_ntop()
213 const unsigned orig_size = orig->full_size(); in HandlePathDiagnostic()214 const unsigned new_size = D->full_size(); in HandlePathDiagnostic()1077 unsigned PathDiagnostic::full_size() { in full_size() function in PathDiagnostic
814 unsigned full_size();
13906 std::size_t full_size = 2 * tags.size(); in tagsAsString() local13908 full_size += tag.size(); in tagsAsString()13910 ret.reserve(full_size); in tagsAsString()