Searched defs:ceph_inode_info (Results 1 – 1 of 1) sorted by relevance
252 struct ceph_inode_info { struct253 struct ceph_vino i_vino; /* ceph ino + snap */255 spinlock_t i_ceph_lock;257 u64 i_version;258 u64 i_inline_version;259 u32 i_time_warp_seq;261 unsigned i_ceph_flags;262 int i_ordered_count;263 atomic_t i_release_count;264 atomic_t i_complete_count;[all …]