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