]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
make_symlink_reparse_data_buf(): Use full path
[wimlib] / src / dentry.h
index 5f7ccd5b6cf886837a5c7cf5b5d692198f5216ce..5c57e7e9178ece9f0392038fcc2524b34d463e8e 100644 (file)
@@ -231,9 +231,14 @@ struct wim_inode {
        /* Used only in NTFS-mode extraction */
        u8 i_dos_name_extracted : 1;
 
+       u16 i_not_rpfixed;
+
        /* Number of alternate data streams associated with this inode */
        u16 i_num_ads;
 
+       u16 i_rp_unknown_2;
+       u32 i_rp_unknown_1;
+
        /* A hash of the file's contents, or a pointer to the lookup table entry
         * for this dentry if the lookup table entries have been resolved.
         *
@@ -372,6 +377,9 @@ print_dentry(struct wim_dentry *dentry, void *lookup_table);
 extern int
 print_dentry_full_path(struct wim_dentry *entry, void *ignore);
 
+extern int
+calculate_dentry_tree_full_paths(struct wim_dentry *root);
+
 extern tchar *
 dentry_full_path(struct wim_dentry *dentry);