Lines Matching defs:i_blkbits
587 * get_block() is passed the number of i_blkbits-sized blocks which direct_io
611 unsigned int i_blkbits = sdio->blkbits + sdio->blkfactor;
627 map_bh->b_size = fs_count << i_blkbits;
643 if (i_size && fs_startblk <= (i_size - 1) >> i_blkbits)
896 * with the size of IO which is permitted at this offset and this i_blkbits.
898 * For best results, the blockdev should be set up with 512-byte i_blkbits and
907 const unsigned i_blkbits = blkbits + sdio->blkfactor;
951 map_bh->b_size >> i_blkbits);
1109 unsigned i_blkbits = READ_ONCE(inode->i_blkbits);
1110 unsigned blkbits = i_blkbits;
1220 sdio.blkfactor = i_blkbits - blkbits;