Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/kernel/
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-6.1.9/fs/ntfs3/
Dfslog.c1592 u32 this_off, curpage_off, nextpage_off, remain_pages; in last_log_lsn() local
1681 this_off = first_file_off; in last_log_lsn()
1685 this_off = second_file_off; in last_log_lsn()
1690 this_off = first_file_off; in last_log_lsn()
1694 this_off = second_file_off; in last_log_lsn()
1716 saved_off + log->page_size == this_off && in last_log_lsn()