Searched refs:ino64 (Results 1 – 1 of 1) sorted by relevance
153 static ino_t fuse_squash_ino(u64 ino64) in fuse_squash_ino() argument155 ino_t ino = (ino_t) ino64; in fuse_squash_ino()157 ino ^= ino64 >> (sizeof(u64) - sizeof(ino_t)) * 8; in fuse_squash_ino()