Searched refs:c_rounded_size (Results 1 – 1 of 1) sorted by relevance
1025 uint32_t c_rounded_size; in c_seg_validate() local1051 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_validate()1053 bytes_used += c_rounded_size; in c_seg_validate()1732 uint32_t c_rounded_size; in c_seg_trim_tail() local1749 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_trim_tail()1750 c_offset = cs->c_offset + C_SEG_BYTES_TO_OFFSET(c_rounded_size); in c_seg_trim_tail()1779 uint32_t c_rounded_size; in c_seg_minor_compaction_and_unlock() local1825 c_rounded_size = (c_size + C_SEG_OFFSET_ALIGNMENT_MASK) & ~C_SEG_OFFSET_ALIGNMENT_MASK; in c_seg_minor_compaction_and_unlock()1827 …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()1835 c_offset += C_SEG_BYTES_TO_OFFSET(c_rounded_size); in c_seg_minor_compaction_and_unlock()[all …]