Searched refs:scur (Results 1 – 1 of 1) sorted by relevance
1155 unsigned int pgnr, scur, len; in z_erofs_fill_other_copies() local1160 scur = bvi->bvec.offset + cur - in z_erofs_fill_other_copies()1162 len = min_t(unsigned int, end - cur, PAGE_SIZE - scur); in z_erofs_fill_other_copies()1169 memcpy(dst + cur, src + scur, len); in z_erofs_fill_other_copies()