]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/exportfs.h
fat: restructure export_operations
[linux.git] / include / linux / exportfs.h
index 5b9b5b317180ceff7ac1d3d31e639e66c2f9b80f..41b223a59a636c5aa2b1dfa5e4e9cf829f31bff2 100644 (file)
@@ -84,6 +84,17 @@ enum fid_type {
         */
        FILEID_NILFS_WITH_PARENT = 0x62,
 
+       /*
+        * 32 bit generation number, 40 bit i_pos.
+        */
+       FILEID_FAT_WITHOUT_PARENT = 0x71,
+
+       /*
+        * 32 bit generation number, 40 bit i_pos,
+        * 32 bit parent generation number, 40 bit parent i_pos
+        */
+       FILEID_FAT_WITH_PARENT = 0x72,
+
        /*
         * Filesystems must not use 0xff file ID.
         */