/linux-6.12.1/fs/btrfs/ |
D | file-item.c | 834 u64 end_byte = bytenr + len; in truncate_one_csum() local 842 if (key->offset < bytenr && csum_end <= end_byte) { in truncate_one_csum() 852 } else if (key->offset >= bytenr && csum_end > end_byte && in truncate_one_csum() 853 end_byte > key->offset) { in truncate_one_csum() 860 u32 new_size = (csum_end - end_byte) >> blocksize_bits; in truncate_one_csum() 865 key->offset = end_byte; in truncate_one_csum() 881 u64 end_byte = bytenr + len; in btrfs_del_csums() local 897 key.offset = end_byte - 1; in btrfs_del_csums() 918 if (key.offset >= end_byte) in btrfs_del_csums() 930 if (key.offset >= bytenr && csum_end <= end_byte) { in btrfs_del_csums() [all …]
|
/linux-6.12.1/fs/iomap/ |
D | buffered-io.c | 1050 struct folio *folio, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_ifs_punch() argument 1068 last_byte = min_t(loff_t, end_byte - 1, in iomap_write_delalloc_ifs_punch() 1080 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_punch() argument 1093 iomap_write_delalloc_ifs_punch(inode, folio, start_byte, end_byte, in iomap_write_delalloc_punch() 1100 *punch_start_byte = min_t(loff_t, end_byte, in iomap_write_delalloc_punch() 1122 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_scan() argument 1125 while (start_byte < end_byte) { in iomap_write_delalloc_scan() 1138 start_byte, end_byte, iomap, punch); in iomap_write_delalloc_scan() 1207 loff_t end_byte, unsigned flags, struct iomap *iomap, in iomap_write_delalloc_release() argument 1211 loff_t scan_end_byte = min(i_size_read(inode), end_byte); in iomap_write_delalloc_release() [all …]
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | hynitron_cstxxx.c | 295 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.12.1/fs/xfs/ |
D | xfs_bmap_util.h | 34 xfs_off_t start_byte, xfs_off_t end_byte);
|
D | xfs_iomap.c | 1231 loff_t start_byte, end_byte; in xfs_buffered_write_iomap_end() local 1239 end_byte = round_up(offset + length, i_blocksize(inode)); in xfs_buffered_write_iomap_end() 1240 if (start_byte >= end_byte) in xfs_buffered_write_iomap_end() 1246 iomap_write_delalloc_release(inode, start_byte, end_byte, flags, in xfs_buffered_write_iomap_end() 1250 iomap_write_delalloc_release(inode, start_byte, end_byte, flags, in xfs_buffered_write_iomap_end()
|
D | xfs_bmap_util.c | 447 xfs_off_t end_byte) in xfs_bmap_punch_delalloc_range() argument 452 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, end_byte); in xfs_bmap_punch_delalloc_range()
|
/linux-6.12.1/mm/ |
D | filemap.c | 481 loff_t start_byte, loff_t end_byte) in filemap_range_has_page() argument 485 pgoff_t max = end_byte >> PAGE_SHIFT; in filemap_range_has_page() 487 if (end_byte < start_byte) in filemap_range_has_page() 512 loff_t start_byte, loff_t end_byte) in __filemap_fdatawait_range() argument 515 pgoff_t end = end_byte >> PAGE_SHIFT; in __filemap_fdatawait_range() 557 loff_t end_byte) in filemap_fdatawait_range() argument 559 __filemap_fdatawait_range(mapping, start_byte, end_byte); in filemap_fdatawait_range() 579 loff_t start_byte, loff_t end_byte) in filemap_fdatawait_range_keep_errors() argument 581 __filemap_fdatawait_range(mapping, start_byte, end_byte); in filemap_fdatawait_range_keep_errors() 602 int file_fdatawait_range(struct file *file, loff_t start_byte, loff_t end_byte) in file_fdatawait_range() argument [all …]
|
/linux-6.12.1/include/linux/ |
D | pagemap.h | 44 loff_t start_byte, loff_t end_byte); 1301 loff_t start_byte, loff_t end_byte); 1319 loff_t end_byte) in filemap_range_needs_writeback() argument 1326 return filemap_range_has_writeback(mapping, start_byte, end_byte); in filemap_range_needs_writeback()
|
D | iomap.h | 313 loff_t end_byte, unsigned flags, struct iomap *iomap,
|
/linux-6.12.1/fs/jbd2/ |
D | transaction.c | 2648 unsigned long flags, loff_t start_byte, loff_t end_byte) in jbd2_journal_file_inode() argument 2665 jinode->i_dirty_end = max(jinode->i_dirty_end, end_byte); in jbd2_journal_file_inode() 2668 jinode->i_dirty_end = end_byte; in jbd2_journal_file_inode()
|