github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/doc/schema/files/inode.txt (about)

     1  Inode schema.
     2  
     3  {"camliVersion": 1,
     4   "camliType": "inode",
     5   "inodeId": 12345  // st_ino
     6   "deviceId": 53,   // st_dev
     7   "numLinks": 3,    // st_nlink
     8  }
     9  
    10  This is optional and probably rarely used, but lets two+ files be
    11  represented as hardlinks with each other.  If both files point to the
    12  same inode object, they're hardlinks of each other.
    13  
    14  Note that unlink "directory", "file", and "schema", this does not
    15  inherit fields from the "file-common" schema.