Searched refs:c_rounded_size (Results 1 – 1 of 1) sorted by relevance
1237 uint32_t c_rounded_size; in c_seg_validate() local1263 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_validate()1265 bytes_used += c_rounded_size; in c_seg_validate()2045 uint32_t c_rounded_size; in c_seg_trim_tail() local2062 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_trim_tail()2063 c_offset = cs->c_offset + C_SEG_BYTES_TO_OFFSET(c_rounded_size); in c_seg_trim_tail()2092 uint32_t c_rounded_size; in c_seg_minor_compaction_and_unlock() local2138 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_minor_compaction_and_unlock()2140 …cpy(&c_seg->c_store.c_buffer[c_offset], &c_seg->c_store.c_buffer[c_src->c_offset], c_rounded_size); in c_seg_minor_compaction_and_unlock()2148 c_offset += C_SEG_BYTES_TO_OFFSET(c_rounded_size); in c_seg_minor_compaction_and_unlock()[all …]