Lines Matching refs:start_byte

905 		loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte,  in iomap_write_delalloc_scan()  argument
908 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()
922 if (start_byte > *punch_start_byte) { in iomap_write_delalloc_scan()
926 start_byte - *punch_start_byte); in iomap_write_delalloc_scan()
943 start_byte = folio_next_index(folio) << PAGE_SHIFT; in iomap_write_delalloc_scan()
984 loff_t start_byte, loff_t end_byte, in iomap_write_delalloc_release() argument
987 loff_t punch_start_byte = start_byte; in iomap_write_delalloc_release()
998 while (start_byte < scan_end_byte) { in iomap_write_delalloc_release()
1001 start_byte = mapping_seek_hole_data(inode->i_mapping, in iomap_write_delalloc_release()
1002 start_byte, scan_end_byte, SEEK_DATA); in iomap_write_delalloc_release()
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()
1013 WARN_ON_ONCE(start_byte < punch_start_byte); in iomap_write_delalloc_release()
1014 WARN_ON_ONCE(start_byte > scan_end_byte); in iomap_write_delalloc_release()
1020 data_end = mapping_seek_hole_data(inode->i_mapping, start_byte, in iomap_write_delalloc_release()
1026 WARN_ON_ONCE(data_end <= 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
1098 start_byte = round_down(pos, blocksize); in iomap_file_buffered_write_punch_delalloc()
1100 start_byte = round_up(pos + written, blocksize); in iomap_file_buffered_write_punch_delalloc()
1104 if (start_byte >= end_byte) in iomap_file_buffered_write_punch_delalloc()
1107 return iomap_write_delalloc_release(inode, start_byte, end_byte, in iomap_file_buffered_write_punch_delalloc()