Lines Matching defs:ceph_osd_client
332 struct ceph_osd_client { struct
333 struct ceph_client *client;
335 struct ceph_osdmap *osdmap; /* current map */
336 struct rw_semaphore lock;
338 struct rb_root osds; /* osds */
339 struct list_head osd_lru; /* idle osds */
340 spinlock_t osd_lru_lock;
341 u32 epoch_barrier;
342 struct ceph_osd homeless_osd;
343 atomic64_t last_tid; /* tid of last request */
367 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument