Find uses the equivalent of the command `find <path> -dev -printf '.' | wc -c` to count files and directories.
While this is not an exact measure of inodes used, it is a very good approximation.
FSInfo linux returns (available bytes, byte capacity, byte usage, total inodes, inodes free, inode usage, error)
for the filesystem that path resides upon.