Searched refs:start_byte (Results 1 - 19 of 19) sorted by relevance

/linux-master/fs/iomap/
H A Dbuffered-io.c1026 struct folio *folio, loff_t start_byte, loff_t end_byte,
1047 first_blk = offset_in_folio(folio, start_byte) >> blkbits;
1063 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte,
1072 if (start_byte > *punch_start_byte) {
1074 start_byte - *punch_start_byte);
1080 ret = iomap_write_delalloc_ifs_punch(inode, folio, start_byte,
1109 * This function uses [start_byte, end_byte) intervals (i.e. open ended) to
1113 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte,
1116 while (start_byte < end_byte) {
1122 start_byte >> PAGE_SHIF
1025 iomap_write_delalloc_ifs_punch(struct inode *inode, struct folio *folio, loff_t start_byte, loff_t end_byte, iomap_punch_t punch) argument
1062 iomap_write_delalloc_punch(struct inode *inode, struct folio *folio, loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, iomap_punch_t punch) argument
1112 iomap_write_delalloc_scan(struct inode *inode, loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, iomap_punch_t punch) argument
1178 iomap_write_delalloc_release(struct inode *inode, loff_t start_byte, loff_t end_byte, iomap_punch_t punch) argument
1274 loff_t start_byte; local
[all...]
/linux-master/fs/ext4/
H A Dext4_jbd2.h421 struct inode *inode, loff_t start_byte, loff_t length)
425 EXT4_I(inode)->jinode, start_byte, length);
430 struct inode *inode, loff_t start_byte, loff_t length)
434 EXT4_I(inode)->jinode, start_byte, length);
420 ext4_jbd2_inode_add_write(handle_t *handle, struct inode *inode, loff_t start_byte, loff_t length) argument
429 ext4_jbd2_inode_add_wait(handle_t *handle, struct inode *inode, loff_t start_byte, loff_t length) argument
H A Dinode.c703 loff_t start_byte = local
709 start_byte, length);
712 start_byte, length);
/linux-master/fs/xfs/
H A Dxfs_bmap_util.h34 xfs_off_t start_byte, xfs_off_t end_byte);
H A Dxfs_bmap_util.c446 xfs_off_t start_byte,
451 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, start_byte);
444 xfs_bmap_punch_delalloc_range( struct xfs_inode *ip, xfs_off_t start_byte, xfs_off_t end_byte) argument
/linux-master/drivers/iommu/iommufd/
H A Dio_pagetable.c27 unsigned long start_byte; member in struct:iopt_pages_list
188 * The area takes a slice of the pages from start_bytes to start_byte + length
192 unsigned long start_byte, unsigned long length,
201 area->page_offset = start_byte % PAGE_SIZE;
209 area->pages_node.start = start_byte / PAGE_SIZE;
210 if (check_add_overflow(start_byte, length - 1, &area->pages_node.last))
264 (uintptr_t)elm->pages->uptr + elm->start_byte, length);
285 elm->start_byte, elm->length, iommu_prot);
413 elm.start_byte = uptr - elm.pages->uptr;
622 elm->start_byte
190 iopt_insert_area(struct io_pagetable *iopt, struct iopt_area *area, struct iopt_pages *pages, unsigned long iova, unsigned long start_byte, unsigned long length, int iommu_prot) argument
[all...]
H A Dio_pagetable.h229 int iopt_pages_rw_access(struct iopt_pages *pages, unsigned long start_byte,
H A Dpages.c1823 * @start_byte: First byte of pages to copy to/from
1831 int iopt_pages_rw_access(struct iopt_pages *pages, unsigned long start_byte, argument
1834 unsigned long start_index = start_byte / PAGE_SIZE;
1835 unsigned long last_index = (start_byte + length - 1) / PAGE_SIZE;
1849 start_byte % PAGE_SIZE, data,
1852 start_byte % PAGE_SIZE, data, length,
1864 start_byte % PAGE_SIZE, data,
1870 if (copy_to_user(pages->uptr + start_byte, data, length))
1873 if (copy_from_user(data, pages->uptr + start_byte, length))
/linux-master/fs/btrfs/
H A Dcompression.h94 unsigned long start_byte, size_t srclen, size_t destlen);
/linux-master/fs/ocfs2/
H A Djournal.h578 loff_t start_byte, loff_t length)
582 start_byte, length);
577 ocfs2_jbd2_inode_add_write(handle_t *handle, struct inode *inode, loff_t start_byte, loff_t length) argument
H A Daops.c2028 loff_t start_byte = local
2033 start_byte, length);
H A Dfile.c713 loff_t start_byte,
730 ret = ocfs2_jbd2_inode_add_write(handle, inode, start_byte, length);
711 ocfs2_zero_start_ordered_transaction(struct inode *inode, struct buffer_head *di_bh, loff_t start_byte, loff_t length) argument
H A Dalloc.c6816 loff_t start_byte = ((loff_t)page->index << PAGE_SHIFT) + from; local
6838 start_byte, length);
/linux-master/fs/jbd2/
H A Dtransaction.c2663 unsigned long flags, loff_t start_byte, loff_t end_byte)
2679 jinode->i_dirty_start = min(jinode->i_dirty_start, start_byte);
2682 jinode->i_dirty_start = start_byte;
2718 struct jbd2_inode *jinode, loff_t start_byte, loff_t length)
2721 JI_WRITE_DATA | JI_WAIT_DATA, start_byte,
2722 start_byte + length - 1);
2726 loff_t start_byte, loff_t length)
2729 start_byte, start_byte + length - 1);
2662 jbd2_journal_file_inode(handle_t *handle, struct jbd2_inode *jinode, unsigned long flags, loff_t start_byte, loff_t end_byte) argument
2717 jbd2_journal_inode_ranged_write(handle_t *handle, struct jbd2_inode *jinode, loff_t start_byte, loff_t length) argument
2725 jbd2_journal_inode_ranged_wait(handle_t *handle, struct jbd2_inode *jinode, loff_t start_byte, loff_t length) argument
/linux-master/include/linux/
H A Dpagemap.h42 loff_t start_byte, loff_t end_byte);
1207 loff_t start_byte, loff_t end_byte);
1212 * @start_byte: offset in bytes where the range starts
1224 loff_t start_byte,
1232 return filemap_range_has_writeback(mapping, start_byte, end_byte);
1223 filemap_range_needs_writeback(struct address_space *mapping, loff_t start_byte, loff_t end_byte) argument
H A Djbd2.h1565 struct jbd2_inode *inode, loff_t start_byte,
1568 struct jbd2_inode *inode, loff_t start_byte,
/linux-master/mm/
H A Dfilemap.c470 * @start_byte: offset in bytes where the range starts
480 loff_t start_byte, loff_t end_byte)
483 XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT);
486 if (end_byte < start_byte)
511 loff_t start_byte, loff_t end_byte)
513 pgoff_t index = start_byte >> PAGE_SHIFT;
543 * @start_byte: offset in bytes where the range starts
556 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, argument
559 __filemap_fdatawait_range(mapping, start_byte, end_byte);
567 * @start_byte
479 filemap_range_has_page(struct address_space *mapping, loff_t start_byte, loff_t end_byte) argument
510 __filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, loff_t end_byte) argument
578 filemap_fdatawait_range_keep_errors(struct address_space *mapping, loff_t start_byte, loff_t end_byte) argument
602 file_fdatawait_range(struct file *file, loff_t start_byte, loff_t end_byte) argument
638 filemap_range_has_writeback(struct address_space *mapping, loff_t start_byte, loff_t end_byte) argument
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c1507 int start_byte = buff - (u8 *)hw->nvm_buff.va; local
1510 __func__, start_byte, start_byte + remainder);
/linux-master/net/bluetooth/
H A Dmsft.c36 __u8 start_byte; member in struct:msft_le_monitor_advertisement_pattern
548 pattern->start_byte = entry->offset;

Completed in 265 milliseconds