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()
841 } else 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()
[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()
1023 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_punch() argument
1041 end_byte, punch); in iomap_write_delalloc_punch()
1049 *punch_start_byte = min_t(loff_t, end_byte, in iomap_write_delalloc_punch()
1069 * This function uses [start_byte, end_byte) intervals (i.e. open ended) to
1073 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_scan() argument
1076 while (start_byte < end_byte) { in iomap_write_delalloc_scan()
1090 start_byte, end_byte, punch); in iomap_write_delalloc_scan()
1131 * Intervals are of the form [start_byte, end_byte) (
1139 iomap_write_delalloc_release(struct inode * inode,loff_t start_byte,loff_t end_byte,iomap_punch_t punch) iomap_write_delalloc_release() argument
1243 loff_t end_byte; iomap_file_buffered_write_punch_delalloc() local
[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.c464 * @end_byte: offset in bytes where the range ends (inclusive)
473 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()
537 * @end_byte: offset in bytes where the range ends (inclusive)
550 loff_t end_byte) in filemap_fdatawait_range() argument
552 __filemap_fdatawait_range(mapping, start_byte, end_byte); in filemap_fdatawait_range()
561 * @end_byte
572 filemap_fdatawait_range_keep_errors(struct address_space * mapping,loff_t start_byte,loff_t end_byte) filemap_fdatawait_range_keep_errors() argument
595 file_fdatawait_range(struct file * file,loff_t start_byte,loff_t end_byte) file_fdatawait_range() argument
632 filemap_range_has_writeback(struct address_space * mapping,loff_t start_byte,loff_t end_byte) filemap_range_has_writeback() argument
[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()