Lines Matching defs:start_block
174 sector_t start_block;
180 start_block = (se->start_block + 1) << (PAGE_SHIFT - 9);
183 err = blkdev_issue_discard(si->bdev, start_block,
191 start_block = se->start_block << (PAGE_SHIFT - 9);
194 err = blkdev_issue_discard(si->bdev, start_block,
233 sector = se->start_block + (offset - se->start_page);
248 sector_t start_block = se->start_block + offset;
256 start_block <<= PAGE_SHIFT - 9;
258 if (blkdev_issue_discard(si->bdev, start_block,
1849 if (se->start_block == offset) {
2331 return se->start_block + (offset - se->start_page);
2375 unsigned long nr_pages, sector_t start_block)
2393 if (se->start_block + se->nr_pages == start_block) {
2406 new_se->start_block = start_block;