Searched refs:c_rounded_size (Results 1 – 1 of 1) sorted by relevance
1023 uint32_t c_rounded_size; in c_seg_validate() local1049 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_validate()1051 bytes_used += c_rounded_size; in c_seg_validate()1730 uint32_t c_rounded_size; in c_seg_trim_tail() local1747 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_trim_tail()1748 c_offset = cs->c_offset + C_SEG_BYTES_TO_OFFSET(c_rounded_size); in c_seg_trim_tail()1777 uint32_t c_rounded_size; in c_seg_minor_compaction_and_unlock() local1823 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_minor_compaction_and_unlock()1825 …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()1833 c_offset += C_SEG_BYTES_TO_OFFSET(c_rounded_size); in c_seg_minor_compaction_and_unlock()[all …]