#include #include #include #include /* * path history */ struct Key { ino_t ino; dev_t dev; }; struct fs·History { SET_STRUCT_BODY(struct Key); };