X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.h;h=2e2ba8bf23d128529a4b5b2702f76cdfc539f87a;hp=d30cb15985632af4746431375f6f79e0a9a69516;hb=5cdd60306facd14cc9dcc24471386451294ca73c;hpb=9b25b1a8e4c01e57f2872fe9e825f0dc81329008 diff --git a/src/dentry.h b/src/dentry.h index d30cb159..2e2ba8bf 100644 --- a/src/dentry.h +++ b/src/dentry.h @@ -252,6 +252,9 @@ struct inode { /* %true iff verify_inode() has run on this dentry. */ u8 verified : 1; + /* temporary flag */ + u8 found : 1; + /* Number of alternate data streams associated with this inode */ u16 num_ads; @@ -330,7 +333,6 @@ static inline bool dentry_is_first_in_inode(const struct dentry *dentry) extern u64 dentry_correct_total_length(const struct dentry *dentry); -extern void stbuf_to_inode(const struct stat *stbuf, struct inode *inode); extern int inode_to_stbuf(const struct inode *inode, struct lookup_table_entry *lte, struct stat *stbuf);