Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dzdata.c1147 unsigned int pgnr, scur, len; in z_erofs_fill_other_copies() local
1152 scur = bvi->bvec.offset + cur - in z_erofs_fill_other_copies()
1154 len = min_t(unsigned int, end - cur, PAGE_SIZE - scur); in z_erofs_fill_other_copies()
1161 memcpy(dst + cur, src + scur, len); in z_erofs_fill_other_copies()