Searched defs:ceph_vino (Results 1 – 2 of 2) sorted by relevance
18 struct ceph_vino { struct19 u64 ino;20 u64 snap;
402 static inline struct ceph_vino ceph_vino(struct inode *inode) in ceph_vino() function