Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dbuffered-io.c1349 struct folio *folio, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_ifs_punch() argument
1368 first_blk = offset_in_folio(folio, start_byte) >> blkbits; in iomap_write_delalloc_ifs_punch()
1379 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_punch() argument
1386 if (start_byte > *punch_start_byte) { in iomap_write_delalloc_punch()
1387 punch(inode, *punch_start_byte, start_byte - *punch_start_byte, in iomap_write_delalloc_punch()
1392 iomap_write_delalloc_ifs_punch(inode, folio, start_byte, end_byte, in iomap_write_delalloc_punch()
1420 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_scan() argument
1423 while (start_byte < end_byte) { in iomap_write_delalloc_scan()
1428 start_byte >> PAGE_SHIFT); in iomap_write_delalloc_scan()
1430 start_byte = ALIGN_DOWN(start_byte, PAGE_SIZE) + in iomap_write_delalloc_scan()
[all …]
/linux/fs/ext4/
H A Dext4_jbd2.h333 struct inode *inode, loff_t start_byte, loff_t length) in ext4_jbd2_inode_add_write() argument
337 EXT4_I(inode)->jinode, start_byte, length); in ext4_jbd2_inode_add_write()
342 struct inode *inode, loff_t start_byte, loff_t length) in ext4_jbd2_inode_add_wait() argument
346 EXT4_I(inode)->jinode, start_byte, length); in ext4_jbd2_inode_add_wait()
H A Dinode.c846 loff_t start_byte = EXT4_LBLK_TO_B(inode, map->m_lblk); in ext4_map_blocks() local
851 start_byte, length); in ext4_map_blocks()
854 start_byte, length); in ext4_map_blocks()
/linux/drivers/iommu/iommufd/
H A Dpages.c1363 static struct iopt_pages *iopt_alloc_pages(unsigned long start_byte, in iopt_alloc_pages() argument
1384 pages->npages = DIV_ROUND_UP(length + start_byte, PAGE_SIZE); in iopt_alloc_pages()
1418 unsigned long start_byte, in iopt_alloc_file_pages() argument
1425 pages = iopt_alloc_pages(start_byte, length, writable); in iopt_alloc_file_pages()
1429 pages->start = start - start_byte; in iopt_alloc_file_pages()
1529 unsigned long start_byte, in iopt_alloc_dmabuf_pages() argument
1544 pages = iopt_alloc_pages(start_byte, length, writable); in iopt_alloc_dmabuf_pages()
1559 pages->dmabuf.start = start - start_byte; in iopt_alloc_dmabuf_pages()
2350 int iopt_pages_rw_access(struct iopt_pages *pages, unsigned long start_byte, in iopt_pages_rw_access() argument
2353 unsigned long start_index = start_byte / PAGE_SIZE; in iopt_pages_rw_access()
[all …]
/linux/fs/xfs/
H A Dxfs_bmap_util.h35 xfs_off_t start_byte, xfs_off_t end_byte,
H A Dxfs_bmap_util.c439 xfs_off_t start_byte, in xfs_bmap_punch_delalloc_range() argument
445 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, start_byte); in xfs_bmap_punch_delalloc_range()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c1129 int start_byte = buff - (u8 *)hw->nvm_buff.va; in i40e_nvmupd_get_aq_result() local
1132 __func__, start_byte, start_byte + remainder); in i40e_nvmupd_get_aq_result()
/linux/include/linux/
H A Djbd2.h1583 struct jbd2_inode *inode, loff_t start_byte,
1586 struct jbd2_inode *inode, loff_t start_byte,
H A Diomap.h462 void iomap_write_delalloc_release(struct inode *inode, loff_t start_byte,
/linux/net/bluetooth/
H A Dmsft.c35 __u8 start_byte; member
552 pattern->start_byte = entry->offset; in msft_add_monitor_sync()