Re: [Libguestfs] [PATCH v5 4/6] New API: internal_find_inode

2016-09-16 Thread Pino Toscano
On Thursday, 15 September 2016 23:16:42 CEST Matteo Cafasso wrote: > +/* Find inode, it gets called on every FS node. > + * If the FS node address is the given one, parse it, > + * encode it into an XDR structure and send it to the library. > + * Return TSK_WALK_CONT on success, TSK_WALK_ERROR on

[Libguestfs] [PATCH v5 4/6] New API: internal_find_inode

2016-09-15 Thread Matteo Cafasso
The internal_find_inode command searches all entries referring to the given inode and returns a tsk_dirent structure for each of them. The command is able to retrieve information regarding deleted or unaccessible files where other commands such as stat or find would fail. The gathered list of