Searched refs:fs_startblk (Results 1 – 1 of 1) sorted by relevance
669 sector_t fs_startblk; /* Into file, in filesystem-sized blocks */ in get_more_blocks() local683 fs_startblk = sdio->block_in_file >> sdio->blkfactor; in get_more_blocks()686 fs_count = fs_endblk - fs_startblk + 1; in get_more_blocks()705 if (i_size && fs_startblk <= (i_size - 1) >> i_blkbits) in get_more_blocks()709 ret = (*sdio->get_block)(dio->inode, fs_startblk, in get_more_blocks()