Searched refs:c_dst (Results 1 – 1 of 1) sorted by relevance
2098 c_slot_t c_dst; in c_seg_minor_compaction_and_unlock() local2126 c_dst = C_SEG_SLOT_FROM_INDEX(c_seg, c_indx); in c_seg_minor_compaction_and_unlock()2129 c_offset = c_dst->c_offset; in c_seg_minor_compaction_and_unlock()2144 cslot_copy(c_dst, c_src); in c_seg_minor_compaction_and_unlock()2145 c_dst->c_offset = c_offset; in c_seg_minor_compaction_and_unlock()2147 slot_ptr = C_SLOT_UNPACK_PTR(c_dst); in c_seg_minor_compaction_and_unlock()2154 c_dst = C_SEG_SLOT_FROM_INDEX(c_seg, c_indx); in c_seg_minor_compaction_and_unlock()2285 c_slot_t c_dst; in c_seg_major_compact() local2345 c_dst = C_SEG_SLOT_FROM_INDEX(c_seg_dst, c_seg_dst->c_nextslot); in c_seg_major_compact()2354 cslot_copy(c_dst, c_src); in c_seg_major_compact()[all …]