Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dbuffered-io.c1199 struct folio *folio, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_ifs_punch() argument
1217 last_byte = min_t(loff_t, end_byte - 1, folio_next_pos(folio) - 1); in iomap_write_delalloc_ifs_punch()
1229 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_punch() argument
1242 iomap_write_delalloc_ifs_punch(inode, folio, start_byte, end_byte, in iomap_write_delalloc_punch()
1249 *punch_start_byte = min_t(loff_t, end_byte, folio_next_pos(folio)); in iomap_write_delalloc_punch()
1270 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_scan() argument
1273 while (start_byte < end_byte) { in iomap_write_delalloc_scan()
1286 start_byte, end_byte, iomap, punch); in iomap_write_delalloc_scan()
1355 loff_t end_byte, unsigned flags, struct iomap *iomap, in iomap_write_delalloc_release() argument
1359 loff_t scan_end_byte = min(i_size_read(inode), end_byte); in iomap_write_delalloc_release()
[all …]
/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()
/linux/fs/xfs/
H A Dxfs_bmap_util.h35 xfs_off_t start_byte, xfs_off_t end_byte,
H A Dxfs_iomap.c2054 loff_t start_byte, end_byte; in xfs_buffered_write_iomap_end() local
2070 end_byte = round_up(offset + length, i_blocksize(inode)); in xfs_buffered_write_iomap_end()
2071 if (start_byte >= end_byte) in xfs_buffered_write_iomap_end()
2077 iomap_write_delalloc_release(inode, start_byte, end_byte, flags, in xfs_buffered_write_iomap_end()
2081 iomap_write_delalloc_release(inode, start_byte, end_byte, flags, in xfs_buffered_write_iomap_end()
H A Dxfs_bmap_util.c440 xfs_off_t end_byte, in xfs_bmap_punch_delalloc_range() argument
446 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, end_byte); in xfs_bmap_punch_delalloc_range()
/linux/mm/
H A Dfilemap.c480 loff_t start_byte, loff_t end_byte) in filemap_range_has_page() argument
484 pgoff_t max = end_byte >> PAGE_SHIFT; in filemap_range_has_page()
486 if (end_byte < start_byte) in filemap_range_has_page()
511 loff_t start_byte, loff_t end_byte) in __filemap_fdatawait_range() argument
514 pgoff_t end = end_byte >> PAGE_SHIFT; in __filemap_fdatawait_range()
556 loff_t end_byte) in filemap_fdatawait_range() argument
558 __filemap_fdatawait_range(mapping, start_byte, end_byte); in filemap_fdatawait_range()
578 loff_t start_byte, loff_t end_byte) in filemap_fdatawait_range_keep_errors() argument
580 __filemap_fdatawait_range(mapping, start_byte, end_byte); in filemap_fdatawait_range_keep_errors()
601 int file_fdatawait_range(struct file *file, loff_t start_byte, loff_t end_byte) in file_fdatawait_range() argument
[all …]
/linux/include/linux/
H A Dpagemap.h45 loff_t start_byte, loff_t end_byte);
1303 loff_t start_byte, loff_t end_byte);
1321 loff_t end_byte) in filemap_range_needs_writeback() argument
1328 return filemap_range_has_writeback(mapping, start_byte, end_byte); in filemap_range_needs_writeback()
H A Diomap.h368 loff_t end_byte, unsigned flags, struct iomap *iomap,
/linux/fs/jbd2/
H A Dtransaction.c2645 unsigned long flags, loff_t start_byte, loff_t end_byte) in jbd2_journal_file_inode() argument
2662 jinode->i_dirty_end = max(jinode->i_dirty_end, end_byte); in jbd2_journal_file_inode()
2665 jinode->i_dirty_end = end_byte; in jbd2_journal_file_inode()