Lines Matching refs:blocksize
182 unsigned int blocksize, block_start, block_end; in mext_page_mkuptodate() local
190 blocksize = 1 << inode->i_blkbits; in mext_page_mkuptodate()
192 create_empty_buffers(page, blocksize, 0); in mext_page_mkuptodate()
198 block_end = block_start + blocksize; in mext_page_mkuptodate()
213 zero_user(page, block_start, blocksize); in mext_page_mkuptodate()
266 unsigned long blocksize = orig_inode->i_sb->s_blocksize; in move_extent_per_page() local
298 tmp_data_size = orig_inode->i_size & (blocksize - 1); in move_extent_per_page()
304 tmp_data_size = blocksize; in move_extent_per_page()
463 unsigned int blocksize = 1 << blkbits; in mext_check_arguments() local
465 orig_eof = (i_size_read(orig_inode) + blocksize - 1) >> blkbits; in mext_check_arguments()
466 donor_eof = (i_size_read(donor_inode) + blocksize - 1) >> blkbits; in mext_check_arguments()