Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp797866pxu; Thu, 26 Nov 2020 12:10:33 -0800 (PST) X-Google-Smtp-Source: ABdhPJwGB6gdBPHAngMQydvR9CKlUCQooU97VSDIWBhFFctuljpnPMTrtp2Z9lbl9SCPFy8/dbIs X-Received: by 2002:a17:906:a9a:: with SMTP id y26mr2467805ejf.240.1606421433465; Thu, 26 Nov 2020 12:10:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606421433; cv=none; d=google.com; s=arc-20160816; b=cm6czCzuNNFqw8RuWy0HNZL1xC8cnN+ipRZV+wKdHVm4ecZjsNU+JT0gtvANnLMEB2 PPVZ+FIDFWagOKY8If6rsG9gePK74NuNdj2ve+vWtuWx7MB3s9NtOzHDqlbF+/bbKekO PEO6R62tbToydrh9jBci8GoSIPZnl885YdWanWT2UjnxODMvI3ycWP3Mx18EyfwH1NvE 57wEPMvDUSCh4kAQeCC41I08uLD5Sa42rnks3+Gf/00PHPQ3CFjwmPzJow7YcgC4z279 rOob7VGiMft72CSWsM+WCxCX3LfWu1RwaI+xqblG9la4g56OgD3GC6ryKOUHkqo5eNBk coZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from:dkim-signature; bh=l8iQwViSSlcGfK7y4dTcrx0q4ulhg5SPptcTH4GVKAI=; b=L7ZwGPHeUR9o9oe1VB6KCF5WVoGW18eftltn+OHGUWwbWbztxi+83HqGo4Ok3fTbwQ 7+Hm23yH0+QYOJ5D2GByMYobarRiz4yZPYNDipOXELkN10/CEEShE5ItsiPdy5eGdlC6 Dl4PTkQYwLiBIRMfKRGV6HYzRpNqpnU7jjm+PAmHxo1Retdf0w03B0cScTEhn9/zMb04 w4ySfXPn7fraayZNnurLWh7FlvrIu+30luNXhazdNCVWE79w6OPOvDeZGNn84lVO4DOv DjLblWmaC9A8VOzfCdFJ977jpsq49nPCu4wO96PoI4NK4nOXj2CVb6cZOJtN+mQ9qBbR jD0g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="Rq1/TfKW"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g5si3776828ejf.752.2020.11.26.12.10.10; Thu, 26 Nov 2020 12:10:33 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="Rq1/TfKW"; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733136AbgKZCYS (ORCPT + 99 others); Wed, 25 Nov 2020 21:24:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:33534 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732996AbgKZCYS (ORCPT ); Wed, 25 Nov 2020 21:24:18 -0500 Received: from localhost (unknown [104.132.1.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A55B52075A; Thu, 26 Nov 2020 02:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606357457; bh=Alo9zNvA+1NWVx4osETZs6kbouoDQ8KV8oIAa+Uia5M=; h=From:To:Cc:Subject:Date:From; b=Rq1/TfKWQipMYYQjxO+g6ZXa133wOfhTo/9bTZlcCrkesTrP1NsicguAgztC7GyvN TlgSUFZxT2FMRdeE/hRYYu3AShOJ4oosWSJ5DDYdvEtAoog2qJckNSGv6rgomOhRcS fW2g+lubvcQm+XdKQvmzdZAuZgR0IlveFnufGKdw= From: Jaegeuk Kim To: linux-kernel@vger.kernel.org, kernel-team@android.com Cc: Jaegeuk Kim Subject: [PATCH 1/4] f2fs: rename logical_to_blk and blk_to_logical Date: Wed, 25 Nov 2020 18:24:13 -0800 Message-Id: <20201126022416.3068426-1-jaegeuk@kernel.org> X-Mailer: git-send-email 2.29.2.454.gaff20da3a2-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch renames two functions like below having u64. - logical_to_blk to bytes_to_blks - blk_to_logical to blks_to_bytes Signed-off-by: Jaegeuk Kim --- fs/f2fs/data.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index be4da52604ed..a8612c6f40ab 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -1808,14 +1808,14 @@ static int get_data_block_bmap(struct inode *inode, sector_t iblock, NO_CHECK_TYPE, create); } -static inline sector_t logical_to_blk(struct inode *inode, loff_t offset) +static inline u64 bytes_to_blks(struct inode *inode, u64 bytes) { - return (offset >> inode->i_blkbits); + return (bytes >> inode->i_blkbits); } -static inline loff_t blk_to_logical(struct inode *inode, sector_t blk) +static inline u64 blks_to_bytes(struct inode *inode, u64 blks) { - return (blk << inode->i_blkbits); + return (blks << inode->i_blkbits); } static int f2fs_xattr_fiemap(struct inode *inode, @@ -1843,7 +1843,7 @@ static int f2fs_xattr_fiemap(struct inode *inode, return err; } - phys = (__u64)blk_to_logical(inode, ni.blk_addr); + phys = blks_to_bytes(inode, ni.blk_addr); offset = offsetof(struct f2fs_inode, i_addr) + sizeof(__le32) * (DEF_ADDRS_PER_INODE - get_inline_xattr_addrs(inode)); @@ -1875,7 +1875,7 @@ static int f2fs_xattr_fiemap(struct inode *inode, return err; } - phys = (__u64)blk_to_logical(inode, ni.blk_addr); + phys = blks_to_bytes(inode, ni.blk_addr); len = inode->i_sb->s_blocksize; f2fs_put_page(page, 1); @@ -1945,18 +1945,18 @@ int f2fs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, goto out; } - if (logical_to_blk(inode, len) == 0) - len = blk_to_logical(inode, 1); + if (bytes_to_blks(inode, len) == 0) + len = blks_to_bytes(inode, 1); - start_blk = logical_to_blk(inode, start); - last_blk = logical_to_blk(inode, start + len - 1); + start_blk = bytes_to_blks(inode, start); + last_blk = bytes_to_blks(inode, start + len - 1); next: memset(&map_bh, 0, sizeof(struct buffer_head)); map_bh.b_size = len; if (compr_cluster) - map_bh.b_size = blk_to_logical(inode, cluster_size - 1); + map_bh.b_size = blks_to_bytes(inode, cluster_size - 1); ret = get_data_block(inode, start_blk, &map_bh, 0, F2FS_GET_BLOCK_FIEMAP, &next_pgofs); @@ -1967,7 +1967,7 @@ int f2fs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, if (!buffer_mapped(&map_bh)) { start_blk = next_pgofs; - if (blk_to_logical(inode, start_blk) < blk_to_logical(inode, + if (blks_to_bytes(inode, start_blk) < blks_to_bytes(inode, max_inode_blocks(inode))) goto prep_next; @@ -1993,9 +1993,9 @@ int f2fs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, compr_cluster = false; - logical = blk_to_logical(inode, start_blk - 1); - phys = blk_to_logical(inode, map_bh.b_blocknr); - size = blk_to_logical(inode, cluster_size); + logical = blks_to_bytes(inode, start_blk - 1); + phys = blks_to_bytes(inode, map_bh.b_blocknr); + size = blks_to_bytes(inode, cluster_size); flags |= FIEMAP_EXTENT_ENCODED; @@ -2013,14 +2013,14 @@ int f2fs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, goto prep_next; } - logical = blk_to_logical(inode, start_blk); - phys = blk_to_logical(inode, map_bh.b_blocknr); + logical = blks_to_bytes(inode, start_blk); + phys = blks_to_bytes(inode, map_bh.b_blocknr); size = map_bh.b_size; flags = 0; if (buffer_unwritten(&map_bh)) flags = FIEMAP_EXTENT_UNWRITTEN; - start_blk += logical_to_blk(inode, size); + start_blk += bytes_to_blks(inode, size); prep_next: cond_resched(); @@ -3903,7 +3903,7 @@ static int check_swap_activate_fast(struct swap_info_struct *sis, * to be very smart. */ cur_lblock = 0; - last_lblock = logical_to_blk(inode, i_size_read(inode)); + last_lblock = bytes_to_blks(inode, i_size_read(inode)); len = i_size_read(inode); while (cur_lblock <= last_lblock && cur_lblock < sis->max) { @@ -3925,7 +3925,7 @@ static int check_swap_activate_fast(struct swap_info_struct *sis, goto err_out; pblock = map_bh.b_blocknr; - nr_pblocks = logical_to_blk(inode, map_bh.b_size); + nr_pblocks = bytes_to_blks(inode, map_bh.b_size); if (cur_lblock + nr_pblocks >= sis->max) nr_pblocks = sis->max - cur_lblock; -- 2.29.2.454.gaff20da3a2-goog