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