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;
1314 sector_t end)
1319 r5l_write_super(log, end);
1344 if (log->last_checkpoint < end) {
1347 end - log->last_checkpoint, GFP_NOIO, 0);
1353 blkdev_issue_discard(bdev, log->rdev->data_offset, end,
1674 * However, if the offset is close to the end of the journal device,
1696 if (offset == 0) /* reached end of the device */
2238 * At the end of the scan, we return the new journal_tail, which points to