QID2INO
#define QID2INO(q) ((ino_t) (((q)->path+2) ^ (((q)->path) >> 32)))
#define QID2INO(q) ((ino_t) ((q)->path+2))