Searched defs:ceph_osd_client (Results 1 – 1 of 1) sorted by relevance
347 struct ceph_osd_client { struct348 struct ceph_client *client;350 struct ceph_osdmap *osdmap; /* current map */351 struct rw_semaphore lock;353 struct rb_root osds; /* osds */354 struct list_head osd_lru; /* idle osds */355 spinlock_t osd_lru_lock;356 u32 epoch_barrier;357 struct ceph_osd homeless_osd;381 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument