NTFS seems to have two internal identifiers for file system entries: the FRN (File Reference Number), and the FileID64.
From all the research I've been doing (aside from peering into actual code), they appear to serve the same function of identifying a file across the file system (i.e. the equivalent of inode
s on Linux file systems).
What are the differences between them? And which one is more equivalent to inodes?