Lines Matching refs:i_blkbits
588 * get_block() is passed the number of i_blkbits-sized blocks which direct_io
612 unsigned int i_blkbits = sdio->blkbits + sdio->blkfactor;
628 map_bh->b_size = fs_count << i_blkbits;
644 if (i_size && fs_startblk <= (i_size - 1) >> i_blkbits)
897 * with the size of IO which is permitted at this offset and this i_blkbits.
899 * For best results, the blockdev should be set up with 512-byte i_blkbits and
908 const unsigned i_blkbits = blkbits + sdio->blkfactor;
952 map_bh->b_size >> i_blkbits);
1110 unsigned i_blkbits = READ_ONCE(inode->i_blkbits);
1111 unsigned blkbits = i_blkbits;
1215 sdio.blkfactor = i_blkbits - blkbits;