Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dbuffered-io.c1236 struct folio *folio, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_ifs_punch() argument
1255 first_blk = offset_in_folio(folio, start_byte) >> blkbits; in iomap_write_delalloc_ifs_punch()
1266 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_punch() argument
1273 if (start_byte > *punch_start_byte) { in iomap_write_delalloc_punch()
1274 punch(inode, *punch_start_byte, start_byte - *punch_start_byte, in iomap_write_delalloc_punch()
1279 iomap_write_delalloc_ifs_punch(inode, folio, start_byte, end_byte, in iomap_write_delalloc_punch()
1307 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_scan() argument
1310 while (start_byte < end_byte) { in iomap_write_delalloc_scan()
1315 start_byte >> PAGE_SHIFT); in iomap_write_delalloc_scan()
1317 start_byte = ALIGN_DOWN(start_byte, PAGE_SIZE) + in iomap_write_delalloc_scan()
[all …]
/linux/fs/ocfs2/
H A Djournal.h581 loff_t start_byte, loff_t length) in ocfs2_jbd2_inode_add_write() argument
585 start_byte, length); in ocfs2_jbd2_inode_add_write()
H A Dfile.c714 loff_t start_byte, in ocfs2_zero_start_ordered_transaction() argument
731 ret = ocfs2_jbd2_inode_add_write(handle, inode, start_byte, length); in ocfs2_zero_start_ordered_transaction()
/linux/fs/xfs/
H A Dxfs_bmap_util.h35 xfs_off_t start_byte, xfs_off_t end_byte,
/linux/mm/
H A Dfilemap.c481 loff_t start_byte, loff_t end_byte) in filemap_range_has_page() argument
484 XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); in filemap_range_has_page()
487 if (end_byte < start_byte) in filemap_range_has_page()
512 loff_t start_byte, loff_t end_byte) in __filemap_fdatawait_range() argument
514 pgoff_t index = start_byte >> PAGE_SHIFT; in __filemap_fdatawait_range()
556 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, in filemap_fdatawait_range() argument
559 __filemap_fdatawait_range(mapping, start_byte, end_byte); in filemap_fdatawait_range()
579 loff_t start_byte, loff_t end_byte) in filemap_fdatawait_range_keep_errors() argument
581 __filemap_fdatawait_range(mapping, start_byte, end_byte); in filemap_fdatawait_range_keep_errors()
602 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);
1320 loff_t start_byte, in filemap_range_needs_writeback() argument
1328 return filemap_range_has_writeback(mapping, start_byte, end_byte); in filemap_range_needs_writeback()
/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/net/bluetooth/
H A Dmsft.c35 __u8 start_byte; member
547 pattern->start_byte = entry->offset; in msft_add_monitor_sync()
/linux/fs/ext4/
H A Dinode.c847 loff_t start_byte = EXT4_LBLK_TO_B(inode, map->m_lblk); in ext4_map_blocks() local
852 start_byte, length); in ext4_map_blocks()
855 start_byte, length); in ext4_map_blocks()