Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dldc.c2299 unsigned long this_off = offset; in ldc_copy() local
2301 if (this_off > this_len) in ldc_copy()
2302 this_off = this_len; in ldc_copy()
2304 offset -= this_off; in ldc_copy()
2305 this_len -= this_off; in ldc_copy()
2308 cookie_raddr += this_off; in ldc_copy()
/linux/fs/xfs/
H A Dxfs_zone_gc.c662 unsigned int this_off = off % XFS_GC_BUF_SIZE; in xfs_zone_gc_add_data() local
663 unsigned int this_len = min(len, XFS_GC_BUF_SIZE - this_off); in xfs_zone_gc_add_data()
667 this_len, this_off); in xfs_zone_gc_add_data()