Searched refs:c_rounded_size (Results 1 – 1 of 1) sorted by relevance
1236 uint32_t c_rounded_size; in c_seg_validate() local1262 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_validate()1264 bytes_used += c_rounded_size; in c_seg_validate()2044 uint32_t c_rounded_size; in c_seg_trim_tail() local2061 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_trim_tail()2062 c_offset = cs->c_offset + C_SEG_BYTES_TO_OFFSET(c_rounded_size); in c_seg_trim_tail()2091 uint32_t c_rounded_size; in c_seg_minor_compaction_and_unlock() local2137 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_minor_compaction_and_unlock()2139 …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()2147 c_offset += C_SEG_BYTES_TO_OFFSET(c_rounded_size); in c_seg_minor_compaction_and_unlock()[all …]