Searched defs:start_byte (Results 1 – 11 of 11) sorted by relevance
/linux/mm/ |
H A D | filemap.c | 487 loff_t start_byte, loff_t end_byte) in filemap_range_has_page() argument 518 loff_t start_byte, loff_t end_byte) in __filemap_fdatawait_range() argument 562 int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte, in filemap_fdatawait_range() argument 585 filemap_fdatawait_range_keep_errors(struct address_space * mapping,loff_t start_byte,loff_t end_byte) filemap_fdatawait_range_keep_errors() argument 608 file_fdatawait_range(struct file * file,loff_t start_byte,loff_t end_byte) file_fdatawait_range() argument 645 filemap_range_has_writeback(struct address_space * mapping,loff_t start_byte,loff_t end_byte) filemap_range_has_writeback() argument [all...] |
/linux/fs/iomap/ |
H A D | buffered-io.c | 1077 struct folio *folio, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_ifs_punch() 1107 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_punch() 1149 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_scan() 1233 void iomap_write_delalloc_release(struct inode *inode, loff_t start_byte, in iomap_write_delalloc_release()
|
/linux/fs/ocfs2/ |
H A D | journal.h | 581 loff_t start_byte, loff_t length) in ocfs2_jbd2_inode_add_write()
|
H A D | file.c | 713 loff_t start_byte, in ocfs2_zero_start_ordered_transaction()
|
H A D | aops.c | 2004 loff_t start_byte = folio_pos(folio) + from; in ocfs2_write_end_nolock() local
|
H A D | alloc.c | 6839 loff_t start_byte = folio_pos(folio) + from; in ocfs2_map_and_dirty_folio() local
|
/linux/fs/xfs/ |
H A D | xfs_bmap_util.c | 439 xfs_off_t start_byte, in xfs_bmap_punch_delalloc_range()
|
H A D | xfs_iomap.c | 1967 loff_t start_byte, end_byte; in xfs_buffered_write_iomap_end() local
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_nvm.c | 1129 int start_byte = buff - (u8 *)hw->nvm_buff.va; in i40e_nvmupd_get_aq_result() local
|
/linux/net/bluetooth/ |
H A D | msft.c | 35 __u8 start_byte; member
|
/linux/include/linux/ |
H A D | pagemap.h | 1300 return filemap_range_has_writeback(mapping, start_byte, end_byte); in filemap_range_needs_writeback() argument
|