Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dzdata.c1146 unsigned int pgnr, scur, len; in z_erofs_fill_other_copies() local
1151 scur = bvi->bvec.offset + cur - in z_erofs_fill_other_copies()
1153 len = min_t(unsigned int, end - cur, PAGE_SIZE - scur); in z_erofs_fill_other_copies()
1160 memcpy(dst + cur, src + scur, len); in z_erofs_fill_other_copies()