Lines Matching defs:start_block
298 sector_t start_block;
304 start_block = (se->start_block + 1) << (PAGE_SHIFT - 9);
307 err = blkdev_issue_discard(si->bdev, start_block,
315 start_block = se->start_block << (PAGE_SHIFT - 9);
318 err = blkdev_issue_discard(si->bdev, start_block,
357 sector = se->start_block + (offset - se->start_page);
372 sector_t start_block = se->start_block + offset;
380 start_block <<= PAGE_SHIFT - 9;
382 if (blkdev_issue_discard(si->bdev, start_block,
1905 if (se->start_block == offset) {
1945 return se->start_block + (offset - se->start_page);
2443 unsigned long nr_pages, sector_t start_block)
2461 if (se->start_block + se->nr_pages == start_block) {
2474 new_se->start_block = start_block;