libpijul::fs
pub fn find_inode<T: TxnT>( txn: &T, path: &str) -> Result<Inode, FsError<T::Error>>
Find the inode corresponding to that path, if it exists.