Displaying 1 result from an estimated 1 matches for "is_dot".
Did you mean:
s_dot
2016 Aug 26
1
Re: [PATCH v2 1/6] filesystem_walk: fixed root inode listing
...6 +48,7 @@ static char file_type (TSK_FS_FILE *);
> >> static int file_flags (TSK_FS_FILE *fsfile);
> >> static void file_metadata (TSK_FS_META *, guestfs_int_tsk_dirent *);
> >> static int send_dirent_info (guestfs_int_tsk_dirent *);
> >> +static int entry_is_dot(TSK_FS_FILE *);
> >> static void reply_with_tsk_error (const char *);
> > Since in patch #2 this forward declaration is moved, put it at the
> > right place already in this patch.
> >
> >> int
> >> @@ -113,9 +114,7 @@ fswalk_callback (TSK_FS_FILE *fs...