commit | 9feb8f19665c8ba051c6a81aa7897149e7748e1e | [log] [tgz] |
---|---|---|
author | Chandan Babu R <chandan.babu@oracle.com> | Thu Aug 27 15:09:10 2020 +0530 |
committer | Chandan Babu R <chandan.babu@oracle.com> | Mon Apr 11 04:11:17 2022 +0000 |
tree | 501f071896209b1c464e49d69a1f42f940b6f16b | |
parent | 95f0b95e2b686ceaa3f465e9fa079f22e0fe7665 [diff] |
xfs: Introduce xfs_iext_max_nextents() helper xfs_iext_max_nextents() returns the maximum number of extents possible for one of data, cow or attribute fork. This helper will be extended further in a future commit when maximum extent counts associated with data/attribute forks are increased. Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Chandan Babu R <chandan.babu@oracle.com>