inode

val inode: INode?

The serial number of the object referred to by this directory entry. May be none if the inode value is not known.

When this is none, libc implementations might do an extra stat-at call to retrieve the inode number to fill their d_ino fields, so implementations which can set this to a non-none value should do so.