Searched defs:ceph_inode_info (Results 1 – 1 of 1) sorted by relevance
251 struct ceph_inode_info { struct252 struct ceph_vino i_vino; /* ceph ino + snap */254 spinlock_t i_ceph_lock;256 u64 i_version;257 u32 i_time_warp_seq;259 unsigned i_ceph_flags;260 unsigned long i_release_count;262 struct ceph_dir_layout i_dir_layout;263 struct ceph_file_layout i_layout;264 char *i_symlink;[all …]