Searched defs:i_blkbits (Results 1 - 1 of 1) sorted by relevance

/fs/
H A Ddirect-io.c567 * fs blocksize, (1 << inode->i_blkbits).
572 * get_block() is passed the number of i_blkbits-sized blocks which direct_io
595 unsigned int i_blkbits = sdio->blkbits + sdio->blkfactor; local
610 map_bh->b_size = fs_count << i_blkbits;
832 nblocks = map_bh->b_size >> dio->inode->i_blkbits;
894 * with the size of IO which is permitted at this offset and this i_blkbits.
896 * For best results, the blockdev should be set up with 512-byte i_blkbits and
1102 unsigned i_blkbits = ACCESS_ONCE(inode->i_blkbits); local
1103 unsigned blkbits = i_blkbits;
[all...]

Completed in 45 milliseconds