Lines Matching defs:end_byte
985 struct folio *folio, loff_t start_byte, loff_t end_byte,
1004 last_byte = min_t(loff_t, end_byte - 1,
1022 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte,
1040 end_byte, punch);
1048 *punch_start_byte = min_t(loff_t, end_byte,
1068 * This function uses [start_byte, end_byte) intervals (i.e. open ended) to
1072 loff_t *punch_start_byte, loff_t start_byte, loff_t end_byte,
1075 while (start_byte < end_byte) {
1089 start_byte, end_byte, punch);
1130 * Intervals are of the form [start_byte, end_byte) (i.e. open ended) because it
1138 loff_t start_byte, loff_t end_byte, iomap_punch_t punch)
1141 loff_t scan_end_byte = min(i_size_read(inode), end_byte);
1191 if (punch_start_byte < end_byte)
1193 end_byte - punch_start_byte);
1208 * This function uses [start_byte, end_byte) intervals (i.e. open ended) to
1234 loff_t end_byte;
1253 end_byte = round_up(pos + length, blocksize);
1256 if (start_byte >= end_byte)
1259 return iomap_write_delalloc_release(inode, start_byte, end_byte,