Searched defs:ceph_vino (Results 1 – 2 of 2) sorted by relevance
17 struct ceph_vino { struct18 u64 ino;19 u64 snap;
352 static inline struct ceph_vino ceph_vino(struct inode *inode) in ceph_vino() function