Searched defs:ceph_osd_client (Results 1 – 1 of 1) sorted by relevance
404 struct ceph_osd_client { struct405 struct ceph_client *client;407 struct ceph_osdmap *osdmap; /* current map */408 struct rw_semaphore lock;410 struct rb_root osds; /* osds */411 struct list_head osd_lru; /* idle osds */412 spinlock_t osd_lru_lock;413 u32 epoch_barrier;414 struct ceph_osd homeless_osd;438 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument