Searched refs:monc (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ceph/ |
| A D | mon_client.h | 32 typedef void (*ceph_monc_request_func_t)(struct ceph_mon_client *monc, 37 struct ceph_mon_client *monc; member 51 struct ceph_mon_client *monc; member 111 extern void ceph_monc_stop(struct ceph_mon_client *monc); 112 extern void ceph_monc_reopen_session(struct ceph_mon_client *monc); 129 bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, 132 void ceph_monc_renew_subs(struct ceph_mon_client *monc); 137 int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool, 145 int ceph_monc_blocklist_add(struct ceph_mon_client *monc, 148 extern int ceph_monc_open_session(struct ceph_mon_client *monc); [all …]
|
| A D | ceph_debug.h | 26 &client->fsid, client->monc.auth->global_id, \ 35 client->monc.auth->global_id, \ 47 client->monc.auth->global_id, __func__, ##__VA_ARGS__) 53 client->monc.auth->global_id, ##__VA_ARGS__) 56 client->monc.auth->global_id, ##__VA_ARGS__) 59 client->monc.auth->global_id, ##__VA_ARGS__) 62 client->monc.auth->global_id, ##__VA_ARGS__) 65 client->monc.auth->global_id, ##__VA_ARGS__) 68 client->monc.auth->global_id, ##__VA_ARGS__) 71 client->monc.auth->global_id, ##__VA_ARGS__)
|
| A D | libceph.h | 133 struct ceph_mon_client monc; member
|
Completed in 5 milliseconds