Searched defs:osd (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/net/ceph/ |
A D | debugfs.c | 234 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() 260 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() 321 static void dump_backoffs(struct seq_file *s, struct ceph_osd *osd) in dump_backoffs() 353 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() local 361 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() local 369 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in osdc_show() local
|
A D | osd_client.c | 1211 struct ceph_osd *osd; in create_osd() local 1366 struct ceph_osd *osd; in lookup_create_osd() local 1955 struct ceph_osd *osd = req->r_osd; in should_plug_request() local 2254 struct ceph_osd *osd = req->r_osd; in send_request() local 2320 struct ceph_osd *osd; in __submit_request() local 3195 struct ceph_osd *osd; in linger_submit() local 3451 struct ceph_osd *osd, *nosd; in handle_osds_timeout() local 3838 struct ceph_osd *osd; in recalc_linger_target() local 4030 struct ceph_osd *osd; in kick_requests() local 4205 struct ceph_osd *osd = con->private; in osd_fault() local [all …]
|
A D | osdmap.c | 1475 u32 osd; in __decode_primary_temp() local 1505 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) in ceph_get_primary_affinity() 1575 u32 osd, aff; in decode_new_primary_affinity() local 1876 s32 osd; in decode_new_up_state_weight() local 1904 s32 osd; in decode_new_up_state_weight() local 1936 s32 osd; in decode_new_up_state_weight() local 2343 static int calc_pg_rank(int osd, const struct ceph_osds *acting) in calc_pg_rank() 2603 int osd = pg->pg_upmap.osds[i]; in apply_upmap() local 2632 int osd = raw->osds[j]; in apply_upmap() local 2710 int osd = up->osds[i]; in apply_primary_affinity() local [all …]
|
/linux-6.3-rc2/include/linux/ceph/ |
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()
|
A D | osd_client.h | 175 int osd; member 258 struct ceph_osd *osd; member
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | dev-osd.rst | 3 .. _osd: target
|
/linux-6.3-rc2/fs/ceph/ |
A D | ioctl.h | 64 __s64 osd; /* out: osd # */ member
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-kthread-cap.c | 53 u16 *cap, const u16 *osd) in copy_pix() 362 u8 *osd = vosdbuf + vid_overlay_y * stride_osd; in vivid_copy_buffer() local
|
A D | vivid-cec.c | 270 char osd[14]; in vivid_received() local
|
A D | vivid-core.h | 574 char osd[14]; member
|
/linux-6.3-rc2/drivers/media/pci/ivtv/ |
A D | ivtvfb.c | 206 struct ivtv_osd_coords *osd) in ivtvfb_get_osd_coords() 222 static int ivtvfb_set_osd_coords(struct ivtv *itv, const struct ivtv_osd_coords *osd) in ivtvfb_set_osd_coords()
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | s3c-fb.c | 96 unsigned short osd; member
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | cec-funcs.h | 1195 const char *osd) in cec_msg_set_osd_string() 1209 char *osd) in cec_ops_set_osd_string()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_main.c | 993 struct i40e_hw_port_stats *osd = &pf->stats_offsets; in i40e_update_pf_stats() local
|
Completed in 75 milliseconds