xfs_info command is used to view the specific information of the xfs file system
To view the real-time range size of the device $ xfs_info -e device_name
To view the size of the device $ xfs_info -l device_name
To view geometry information about an existing XFS filesystem $ sudo xfs_info /data_backup/
regards, T.Dhanasekar