Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dfile-item.c898 u64 end_byte = bytenr + len; in truncate_one_csum() local
906 if (key->offset < bytenr && csum_end <= end_byte) { in truncate_one_csum()
917 end_byte > key->offset) { in truncate_one_csum()
924 u32 new_size = (csum_end - end_byte) >> blocksize_bits; in truncate_one_csum()
929 key->offset = end_byte; in truncate_one_csum()
945 u64 end_byte = bytenr + len; in btrfs_del_csums() local
961 key.offset = end_byte - 1; in btrfs_del_csums()
982 if (key.offset >= end_byte) in btrfs_del_csums()
994 if (key.offset >= bytenr && csum_end <= end_byte) { in btrfs_del_csums()
1026 } else if (key.offset < bytenr && csum_end > end_byte) { in btrfs_del_csums()
[all …]
/linux-6.3-rc2/drivers/input/touchscreen/
A Dhynitron_cstxxx.c295 unsigned int touch_cnt, end_byte; in cst3xx_touch_report() local
322 end_byte = touch_cnt * 5 + 2; in cst3xx_touch_report()
323 if (buf[end_byte] != CST3XX_TOUCH_DATA_CHK_VAL) { in cst3xx_touch_report()
/linux-6.3-rc2/fs/iomap/
A Dbuffered-io.c905 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_scan() argument
908 while (start_byte < end_byte) { in iomap_write_delalloc_scan()
938 *punch_start_byte = min_t(loff_t, end_byte, in iomap_write_delalloc_scan()
984 loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_release() argument
988 loff_t scan_end_byte = min(i_size_read(inode), end_byte); in iomap_write_delalloc_release()
1038 if (punch_start_byte < end_byte) in iomap_write_delalloc_release()
1040 end_byte - punch_start_byte); in iomap_write_delalloc_release()
1082 loff_t end_byte; in iomap_file_buffered_write_punch_delalloc() local
1101 end_byte = round_up(pos + length, blocksize); in iomap_file_buffered_write_punch_delalloc()
1104 if (start_byte >= end_byte) in iomap_file_buffered_write_punch_delalloc()
[all …]
/linux-6.3-rc2/mm/
A Dfilemap.c473 loff_t start_byte, loff_t end_byte) in filemap_range_has_page() argument
477 pgoff_t max = end_byte >> PAGE_SHIFT; in filemap_range_has_page()
479 if (end_byte < start_byte) in filemap_range_has_page()
504 loff_t start_byte, loff_t end_byte) in __filemap_fdatawait_range() argument
507 pgoff_t end = end_byte >> PAGE_SHIFT; in __filemap_fdatawait_range()
550 loff_t end_byte) in filemap_fdatawait_range() argument
552 __filemap_fdatawait_range(mapping, start_byte, end_byte); in filemap_fdatawait_range()
572 loff_t start_byte, loff_t end_byte) in filemap_fdatawait_range_keep_errors() argument
632 loff_t start_byte, loff_t end_byte) in filemap_range_has_writeback() argument
635 pgoff_t max = end_byte >> PAGE_SHIFT; in filemap_range_has_writeback()
[all …]
/linux-6.3-rc2/fs/xfs/
A Dxfs_bmap_util.h34 xfs_off_t start_byte, xfs_off_t end_byte);
A Dxfs_bmap_util.c594 xfs_off_t end_byte) in xfs_bmap_punch_delalloc_range() argument
599 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, end_byte); in xfs_bmap_punch_delalloc_range()
/linux-6.3-rc2/include/linux/
A Dpagemap.h39 loff_t start_byte, loff_t end_byte);
1121 loff_t start_byte, loff_t end_byte);
1139 loff_t end_byte) in filemap_range_needs_writeback() argument
1146 return filemap_range_has_writeback(mapping, start_byte, end_byte); in filemap_range_needs_writeback()
/linux-6.3-rc2/fs/jbd2/
A Dtransaction.c2674 unsigned long flags, loff_t start_byte, loff_t end_byte) in jbd2_journal_file_inode() argument
2691 jinode->i_dirty_end = max(jinode->i_dirty_end, end_byte); in jbd2_journal_file_inode()
2694 jinode->i_dirty_end = end_byte; in jbd2_journal_file_inode()

Completed in 43 milliseconds