Home
last modified time | relevance | path

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

/linux-6.15/fs/erofs/
H A Dzdata.c1149 unsigned int pgnr, scur, len; in z_erofs_fill_other_copies() local
1154 scur = bvi->bvec.offset + cur - in z_erofs_fill_other_copies()
1156 len = min_t(unsigned int, end - cur, PAGE_SIZE - scur); in z_erofs_fill_other_copies()
1163 memcpy(dst + cur, src + scur, len); in z_erofs_fill_other_copies()
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c1395 struct xfs_iext_cursor scur; in xfs_zoned_buffered_write_iomap_begin() local
1397 if (!xfs_iext_lookup_extent(ip, &ip->i_df, offset_fsb, &scur, in xfs_zoned_buffered_write_iomap_begin()