Lines Matching defs:end
203 * an IO range starts from a meta data block and end at the next meta data
265 sector_t end)
267 if (end >= start)
268 return end - start;
270 return end + log->device_size - start;
1313 sector_t end)
1318 r5l_write_super(log, end);
1343 if (log->last_checkpoint < end) {
1346 end - log->last_checkpoint, GFP_NOIO);
1352 blkdev_issue_discard(bdev, log->rdev->data_offset, end,
1663 * However, if the offset is close to the end of the journal device,
1687 if (offset == 0) /* reached end of the device */
2232 * At the end of the scan, we return the new journal_tail, which points to