Home
last modified time | relevance | path

Searched refs:scur (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/erofs/
Dzdata.c1085 unsigned int pgnr, scur, len; in z_erofs_fill_other_copies() local
1090 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()