Lines Matching refs:max_blocks
4736 unsigned int max_blocks; in ext4_zero_range() local
4773 max_blocks = (end >> blkbits); in ext4_zero_range()
4774 if (max_blocks < lblk) in ext4_zero_range()
4775 max_blocks = 0; in ext4_zero_range()
4777 max_blocks -= lblk; in ext4_zero_range()
4818 if (max_blocks > 0) { in ext4_zero_range()
4836 ret = ext4_alloc_file_blocks(file, lblk, max_blocks, new_size, in ext4_zero_range()
4897 unsigned int max_blocks; in ext4_fallocate() local
4941 max_blocks = (EXT4_BLOCK_ALIGN(len + offset, blkbits) >> blkbits) in ext4_fallocate()
4970 ret = ext4_alloc_file_blocks(file, lblk, max_blocks, new_size, in ext4_fallocate()
4982 trace_ext4_fallocate_exit(inode, offset, max_blocks, ret); in ext4_fallocate()
4999 unsigned int max_blocks; in ext4_convert_unwritten_extents() local
5010 max_blocks = ((EXT4_BLOCK_ALIGN(len + offset, blkbits) >> blkbits) - in ext4_convert_unwritten_extents()
5027 credits = ext4_chunk_trans_blocks(inode, max_blocks); in ext4_convert_unwritten_extents()
5029 while (ret >= 0 && ret < max_blocks) { in ext4_convert_unwritten_extents()
5031 map.m_len = (max_blocks -= ret); in ext4_convert_unwritten_extents()