Home
last modified time | relevance | path

Searched refs:start_byte (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/fs/iomap/
A Dbuffered-io.c908 while (start_byte < end_byte) { in iomap_write_delalloc_scan()
913 start_byte >> PAGE_SHIFT); in iomap_write_delalloc_scan()
915 start_byte = ALIGN_DOWN(start_byte, PAGE_SIZE) + in iomap_write_delalloc_scan()
984 loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_release() argument
1007 if (start_byte == -ENXIO || start_byte == scan_end_byte) in iomap_write_delalloc_release()
1009 if (start_byte < 0) { in iomap_write_delalloc_release()
1010 error = start_byte; in iomap_write_delalloc_release()
1030 start_byte, data_end, punch); in iomap_write_delalloc_release()
1035 start_byte = data_end; in iomap_write_delalloc_release()
1081 loff_t start_byte; in iomap_file_buffered_write_punch_delalloc() local
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dcompression.h87 unsigned long start_byte, size_t srclen, size_t destlen);
151 struct page *dest_page, unsigned long start_byte, size_t srclen,
162 struct page *dest_page, unsigned long start_byte, size_t srclen,
172 struct page *dest_page, unsigned long start_byte, size_t srclen,
A Dzlib.c359 struct page *dest_page, unsigned long start_byte, size_t srclen, in zlib_decompress() argument
412 if (total_out <= start_byte) in zlib_decompress()
415 if (total_out > start_byte && buf_start < start_byte) in zlib_decompress()
416 buf_offset = start_byte - buf_start; in zlib_decompress()
A Dlzo.c431 struct page *dest_page, unsigned long start_byte, size_t srclen, in lzo_decompress() argument
465 if (out_len < start_byte) { in lzo_decompress()
475 bytes = min_t(unsigned long, destlen, out_len - start_byte); in lzo_decompress()
478 memcpy(kaddr, workspace->buf + start_byte, bytes); in lzo_decompress()
A Dzstd.c620 struct page *dest_page, unsigned long start_byte, size_t srclen, in zstd_decompress() argument
674 if (total_out <= start_byte) in zstd_decompress()
677 if (total_out > start_byte && buf_start < start_byte) in zstd_decompress()
678 buf_offset = start_byte - buf_start; in zstd_decompress()
A Dcompression.c123 unsigned long start_byte, size_t srclen, size_t destlen) in compression_decompress() argument
127 start_byte, srclen, destlen); in compression_decompress()
129 start_byte, srclen, destlen); in compression_decompress()
131 start_byte, srclen, destlen); in compression_decompress()
1050 unsigned long start_byte, size_t srclen, size_t destlen) in btrfs_decompress() argument
1057 start_byte, srclen, destlen); in btrfs_decompress()
/linux-6.3-rc2/fs/ext4/
A Dext4_jbd2.h421 struct inode *inode, loff_t start_byte, loff_t length) in ext4_jbd2_inode_add_write() argument
425 EXT4_I(inode)->jinode, start_byte, length); in ext4_jbd2_inode_add_write()
430 struct inode *inode, loff_t start_byte, loff_t length) in ext4_jbd2_inode_add_wait() argument
434 EXT4_I(inode)->jinode, start_byte, length); in ext4_jbd2_inode_add_wait()
A Dinode.c745 loff_t start_byte = in ext4_map_blocks() local
751 start_byte, length); in ext4_map_blocks()
754 start_byte, length); in ext4_map_blocks()
/linux-6.3-rc2/drivers/iommu/iommufd/
A Dio_pagetable.c26 unsigned long start_byte; member
191 unsigned long start_byte, unsigned long length, in iopt_insert_area() argument
200 area->page_offset = start_byte % PAGE_SIZE; in iopt_insert_area()
208 area->pages_node.start = start_byte / PAGE_SIZE; in iopt_insert_area()
209 if (check_add_overflow(start_byte, length - 1, &area->pages_node.last)) in iopt_insert_area()
251 (uintptr_t)elm->pages->uptr + elm->start_byte, length); in iopt_alloc_area_pages()
272 elm->start_byte, elm->length, iommu_prot); in iopt_alloc_area_pages()
400 elm.start_byte = uptr - elm.pages->uptr; in iopt_map_user_pages()
438 elm->start_byte = iopt_area_start_byte(area, iter.cur_iova); in iopt_get_pages()
A Dpages.c1817 int iopt_pages_rw_access(struct iopt_pages *pages, unsigned long start_byte, in iopt_pages_rw_access() argument
1820 unsigned long start_index = start_byte / PAGE_SIZE; in iopt_pages_rw_access()
1821 unsigned long last_index = (start_byte + length - 1) / PAGE_SIZE; in iopt_pages_rw_access()
1835 start_byte % PAGE_SIZE, data, in iopt_pages_rw_access()
1838 start_byte % PAGE_SIZE, data, length, in iopt_pages_rw_access()
1850 start_byte % PAGE_SIZE, data, in iopt_pages_rw_access()
1856 if (copy_to_user(pages->uptr + start_byte, data, length)) in iopt_pages_rw_access()
1859 if (copy_from_user(data, pages->uptr + start_byte, length)) in iopt_pages_rw_access()
A Dio_pagetable.h229 int iopt_pages_rw_access(struct iopt_pages *pages, unsigned long start_byte,
/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
2690 jinode->i_dirty_start = min(jinode->i_dirty_start, start_byte); in jbd2_journal_file_inode()
2693 jinode->i_dirty_start = start_byte; in jbd2_journal_file_inode()
2729 struct jbd2_inode *jinode, loff_t start_byte, loff_t length) in jbd2_journal_inode_ranged_write() argument
2732 JI_WRITE_DATA | JI_WAIT_DATA, start_byte, in jbd2_journal_inode_ranged_write()
2733 start_byte + length - 1); in jbd2_journal_inode_ranged_write()
2737 loff_t start_byte, loff_t length) in jbd2_journal_inode_ranged_wait() argument
2740 start_byte, start_byte + length - 1); in jbd2_journal_inode_ranged_wait()
/linux-6.3-rc2/mm/
A Dfilemap.c473 loff_t start_byte, loff_t end_byte) in filemap_range_has_page() argument
476 XA_STATE(xas, &mapping->i_pages, start_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
506 pgoff_t index = start_byte >> PAGE_SHIFT; in __filemap_fdatawait_range()
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
574 __filemap_fdatawait_range(mapping, start_byte, end_byte); in filemap_fdatawait_range_keep_errors()
599 __filemap_fdatawait_range(mapping, start_byte, end_byte); in file_fdatawait_range()
632 loff_t start_byte, loff_t end_byte) in filemap_range_has_writeback() argument
[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.c593 xfs_off_t start_byte, in xfs_bmap_punch_delalloc_range() argument
598 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, start_byte); in xfs_bmap_punch_delalloc_range()
/linux-6.3-rc2/fs/ocfs2/
A Djournal.h578 loff_t start_byte, loff_t length) in ocfs2_jbd2_inode_add_write() argument
582 start_byte, length); in ocfs2_jbd2_inode_add_write()
A Daops.c2015 loff_t start_byte = in ocfs2_write_end_nolock() local
2020 start_byte, length); in ocfs2_write_end_nolock()
A Dfile.c709 loff_t start_byte, in ocfs2_zero_start_ordered_transaction() argument
726 ret = ocfs2_jbd2_inode_add_write(handle, inode, start_byte, length); in ocfs2_zero_start_ordered_transaction()
A Dalloc.c6809 loff_t start_byte = ((loff_t)page->index << PAGE_SHIFT) + from; in ocfs2_map_and_dirty_page() local
6831 start_byte, length); in ocfs2_map_and_dirty_page()
/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);
1138 loff_t start_byte, in filemap_range_needs_writeback() argument
1146 return filemap_range_has_writeback(mapping, start_byte, end_byte); in filemap_range_needs_writeback()
A Djbd2.h1576 struct jbd2_inode *inode, loff_t start_byte,
1579 struct jbd2_inode *inode, loff_t start_byte,
/linux-6.3-rc2/net/bluetooth/
A Dmsft.c36 __u8 start_byte; member
432 pattern->start_byte = entry->offset; in msft_add_monitor_sync()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_nvm.c1507 int start_byte = buff - (u8 *)hw->nvm_buff.va; in i40e_nvmupd_get_aq_result() local
1510 __func__, start_byte, start_byte + remainder); in i40e_nvmupd_get_aq_result()

Completed in 103 milliseconds