Home
last modified time | relevance | path

Searched refs:fs_startblk (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/
Ddirect-io.c677 sector_t fs_startblk; /* Into file, in filesystem-sized blocks */ in get_more_blocks() local
691 fs_startblk = sdio->block_in_file >> sdio->blkfactor; in get_more_blocks()
694 fs_count = fs_endblk - fs_startblk + 1; in get_more_blocks()
713 if (i_size && fs_startblk <= (i_size - 1) >> i_blkbits) in get_more_blocks()
717 ret = (*sdio->get_block)(dio->inode, fs_startblk, in get_more_blocks()