Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dfile-item.c823 u64 end_byte = bytenr + len; in truncate_one_csum() local
831 if (key->offset < bytenr && csum_end <= end_byte) { in truncate_one_csum()
842 end_byte > key->offset) { in truncate_one_csum()
849 u32 new_size = (csum_end - end_byte) >> blocksize_bits; in truncate_one_csum()
854 key->offset = end_byte; in truncate_one_csum()
870 u64 end_byte = bytenr + len; in btrfs_del_csums() local
886 key.offset = end_byte - 1; in btrfs_del_csums()
907 if (key.offset >= end_byte) in btrfs_del_csums()
919 if (key.offset >= bytenr && csum_end <= end_byte) { in btrfs_del_csums()
951 } else if (key.offset < bytenr && csum_end > end_byte) { in btrfs_del_csums()
[all …]
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c986 struct folio *folio, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_ifs_punch() argument
1005 last_byte = min_t(loff_t, end_byte - 1, in iomap_write_delalloc_ifs_punch()
1041 end_byte, punch); in iomap_write_delalloc_punch()
1049 *punch_start_byte = min_t(loff_t, end_byte, in iomap_write_delalloc_punch()
1076 while (start_byte < end_byte) { in iomap_write_delalloc_scan()
1090 start_byte, end_byte, punch); in iomap_write_delalloc_scan()
1200 if (punch_start_byte < end_byte) in iomap_write_delalloc_release()
1202 end_byte - punch_start_byte); in iomap_write_delalloc_release()
1243 loff_t end_byte; in iomap_file_buffered_write_punch_delalloc() local
1262 end_byte = round_up(pos + length, blocksize); in iomap_file_buffered_write_punch_delalloc()
[all …]
/openbmc/linux/drivers/input/touchscreen/
H 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()
/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.h34 xfs_off_t start_byte, xfs_off_t end_byte);
H 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()
/openbmc/linux/mm/
H 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 …]
/openbmc/linux/include/linux/
H A Dpagemap.h42 loff_t start_byte, loff_t end_byte);
1232 loff_t start_byte, loff_t end_byte);
1250 loff_t end_byte) in filemap_range_needs_writeback() argument
1257 return filemap_range_has_writeback(mapping, start_byte, end_byte); in filemap_range_needs_writeback()
/openbmc/linux/fs/jbd2/
H A Dtransaction.c2634 unsigned long flags, loff_t start_byte, loff_t end_byte) in jbd2_journal_file_inode() argument
2651 jinode->i_dirty_end = max(jinode->i_dirty_end, end_byte); in jbd2_journal_file_inode()
2654 jinode->i_dirty_end = end_byte; in jbd2_journal_file_inode()