Lines Matching refs:log_count
514 uint32_t log_count; /* Number of parallel 1-extent logs */ member
542 uint32_t log_count, in _alloc_init() argument
554 if (log_count && stripes > 1) { in _alloc_init()
582 ah->log_count = log_count; in _alloc_init()
1067 if (ah->log_count && in _find_parallel_space()
1107 ((!can_split && !ah->log_count) || in _find_parallel_space()
1130 log_needs_allocating = (ah->log_count && !ah->log_area.len) ? in _find_parallel_space()
1134 (log_needs_allocating ? ah->log_count : 0)) in _find_parallel_space()
1170 (log_needs_allocating ? ah->log_count + in _find_parallel_space()
1205 if (allocated >= new_extents && !ah->log_count) { in _allocate()
1226 if (areas_size && areas_size < (ah->area_count + ah->log_count)) { in _allocate()
1233 areas_size = ah->area_count + ah->log_count; in _allocate()
1269 if (ah->log_count && !ah->log_area.len) { in _allocate()
1312 uint32_t mirrors, uint32_t log_count, in allocate_extents() argument
1339 stripes, log_count, log_region_size, parallel_areas))) in allocate_extents()