Searched refs:ino64 (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/fuse/
H A Dinode.c199 static ino_t fuse_squash_ino(u64 ino64) argument
201 ino_t ino = (ino_t) ino64;
203 ino ^= ino64 >> (sizeof(u64) - sizeof(ino_t)) * 8;

Completed in 83 milliseconds