Lines Matching refs:max_blocks
4513 unsigned int max_blocks; in ext4_zero_range() local
4547 max_blocks = (end >> blkbits); in ext4_zero_range()
4548 if (max_blocks < lblk) in ext4_zero_range()
4549 max_blocks = 0; in ext4_zero_range()
4551 max_blocks -= lblk; in ext4_zero_range()
4594 if (max_blocks > 0) { in ext4_zero_range()
4619 ret = ext4_alloc_file_blocks(file, lblk, max_blocks, new_size, in ext4_zero_range()
4674 unsigned int max_blocks; in ext4_fallocate() local
4724 max_blocks = EXT4_MAX_BLOCKS(len, offset, blkbits); in ext4_fallocate()
4753 ret = ext4_alloc_file_blocks(file, lblk, max_blocks, new_size, flags); in ext4_fallocate()
4763 trace_ext4_fallocate_exit(inode, offset, max_blocks, ret); in ext4_fallocate()
4781 unsigned int max_blocks; in ext4_convert_unwritten_extents() local
4788 max_blocks = EXT4_MAX_BLOCKS(len, offset, blkbits); in ext4_convert_unwritten_extents()
4794 credits = ext4_chunk_trans_blocks(inode, max_blocks); in ext4_convert_unwritten_extents()
4796 while (ret >= 0 && ret < max_blocks) { in ext4_convert_unwritten_extents()
4798 map.m_len = (max_blocks -= ret); in ext4_convert_unwritten_extents()