Searched refs:dst_cq (Results 1 – 1 of 1) sorted by relevance
1094 if (dst_cq->last &&1095 dst_cq->last->type == FILE_CHUNK &&1096 dst_cq->last->file.is_temp &&1097 dst_cq->last->offset == 0) {1101 dst_c = dst_cq->last;1112 dst_c = dst_cq->last;1170 if (dst_cq->last &&1171 dst_cq->last->type == MEM_CHUNK) {1172 b = dst_cq->last->mem;1174 b = chunkqueue_get_append_buffer(dst_cq);[all …]