| /linux/net/ceph/ |
| H A D | debugfs.c | 240 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() 266 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() 327 static void dump_backoffs(struct seq_file *s, struct ceph_osd *osd) in dump_backoffs() 359 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() local 367 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() local 375 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() local
|
| H A D | osd_client.c | 77 verify_osd_locked(struct ceph_osd * osd) verify_osd_locked() argument 92 verify_osd_locked(struct ceph_osd * osd) verify_osd_locked() argument 1180 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); DEFINE_RB_FUNCS() local 1202 osd_homeless(struct ceph_osd * osd) osd_homeless() argument 1207 osd_registered(struct ceph_osd * osd) osd_registered() argument 1217 osd_init(struct ceph_osd * osd) osd_init() argument 1239 osd_cleanup(struct ceph_osd * osd) osd_cleanup() argument 1262 struct ceph_osd *osd; create_osd() local 1279 get_osd(struct ceph_osd * osd) get_osd() argument 1290 put_osd(struct ceph_osd * osd) put_osd() argument 1299 DEFINE_RB_FUNCS(osd,struct ceph_osd,o_osd,o_node) DEFINE_RB_FUNCS() argument 1315 maybe_move_osd_to_lru(struct ceph_osd * osd) maybe_move_osd_to_lru() argument 1322 __remove_osd_from_lru(struct ceph_osd * osd) __remove_osd_from_lru() argument 1338 close_osd(struct ceph_osd * osd) close_osd() argument 1379 reopen_osd(struct ceph_osd * osd) reopen_osd() argument 1418 struct ceph_osd *osd; lookup_create_osd() local 1448 link_request(struct ceph_osd * osd,struct ceph_osd_request * req) link_request() argument 1467 unlink_request(struct ceph_osd * osd,struct ceph_osd_request * req) unlink_request() argument 2018 struct ceph_osd *osd = req->r_osd; should_plug_request() local 2318 struct ceph_osd *osd = req->r_osd; send_request() local 2384 struct ceph_osd *osd; __submit_request() local 2856 unlink_linger(struct ceph_osd * osd,struct ceph_osd_linger_request * lreq) unlink_linger() argument 3261 struct ceph_osd *osd; linger_submit() local 3448 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); handle_timeout() local 3506 struct ceph_osd *osd = list_first_entry(&slow_osds, handle_timeout() local 3524 struct ceph_osd *osd, *nosd; handle_osds_timeout() local 3749 handle_reply(struct ceph_osd * osd,struct ceph_msg * msg) handle_reply() argument 3912 struct ceph_osd *osd; recalc_linger_target() local 3927 scan_requests(struct ceph_osd * osd,bool force_resend,bool cleared_full,bool check_pool_cleared_full,struct rb_root * need_resend,struct list_head * need_resend_linger) scan_requests() argument 4061 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); handle_one_map() local 4104 struct ceph_osd *osd; kick_requests() local 4247 kick_osd_requests(struct ceph_osd * osd) kick_osd_requests() argument 4279 struct ceph_osd *osd = con->private; osd_fault() local 4398 handle_backoff_block(struct ceph_osd * osd,struct MOSDBackoff * m) handle_backoff_block() argument 4457 handle_backoff_unblock(struct ceph_osd * osd,const struct MOSDBackoff * m) handle_backoff_unblock() argument 4515 handle_backoff(struct ceph_osd * osd,struct ceph_msg * msg) handle_backoff() argument 4729 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); ceph_osdc_sync() local 5187 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); ceph_osdc_reopen_osds() local 5278 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), ceph_osdc_stop() local 5361 struct ceph_osd *osd = con->private; osd_dispatch() local 5414 struct ceph_osd *osd = con->private; get_reply() local 5507 struct ceph_osd *osd = con->private; osd_alloc_msg() local 5531 struct ceph_osd *osd = con->private; osd_get_con() local 5539 struct ceph_osd *osd = con->private; osd_put_con() local [all...] |
| H A D | osdmap.c | 1475 u32 osd; __decode_primary_temp() local 1505 ceph_get_primary_affinity(struct ceph_osdmap * map,int osd) ceph_get_primary_affinity() argument 1513 set_primary_affinity(struct ceph_osdmap * map,int osd,u32 aff) set_primary_affinity() argument 1571 u32 osd, aff; decode_new_primary_affinity() local 1877 s32 osd; decode_new_up_state_weight() local 1907 s32 osd; decode_new_up_state_weight() local 1941 s32 osd; decode_new_up_state_weight() local 2352 calc_pg_rank(int osd,const struct ceph_osds * acting) calc_pg_rank() argument 2612 int osd = pg->pg_upmap.osds[i]; apply_upmap() local 2641 int osd = raw->osds[j]; apply_upmap() local 2719 int osd = up->osds[i]; apply_primary_affinity() local 2736 int osd = up->osds[i]; apply_primary_affinity() local [all...] |
| /linux/include/linux/ceph/ |
| H A D | osdmap.h | 161 int osd; member 201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() 207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up() 213 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down() 222 int osd) in ceph_osd_addr()
|
| H A D | osd_client.h | 232 int osd; member 316 struct ceph_osd *osd; member
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-osd.rst | 4 .. _osd: target
|
| /linux/fs/ceph/ |
| H A D | ioctl.h | 64 __s64 osd; /* out: osd # */ member
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtvfb.c | 207 struct ivtv_osd_coords *osd) in ivtvfb_get_osd_coords() 223 static int ivtvfb_set_osd_coords(struct ivtv *itv, const struct ivtv_osd_coords *osd) in ivtvfb_set_osd_coords()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 1016 struct i40e_hw_port_stats *osd = &pf->stats_offsets; in i40e_update_pf_stats() local
|