Searched defs:QID2INO (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/9p/
H A Dv9fs_vfs.h48 #define QID2INO(q) ((ino_t) (((q)->path+2) ^ (((q)->path) >> 32))) macro
50 #define QID2INO(q) ((ino_t) ((q)->path+2)) macro

Completed in 111 milliseconds