Home
last modified time | relevance | path

Searched defs:ceph_osd_client (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/linux/ceph/
Dosd_client.h339 struct ceph_osd_client { struct
340 struct ceph_client *client;
342 struct ceph_osdmap *osdmap; /* current map */
343 struct rw_semaphore lock;
345 struct rb_root osds; /* osds */
346 struct list_head osd_lru; /* idle osds */
347 spinlock_t osd_lru_lock;
348 u32 epoch_barrier;
349 struct ceph_osd homeless_osd;
373 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument