Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dosd_client.h332 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 */
[all …]