Searched defs:osd (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/net/ceph/ |
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
|
D | osd_client.c | 77 static inline void verify_osd_locked(struct ceph_osd *osd) in verify_osd_locked() 92 static inline void verify_osd_locked(struct ceph_osd *osd) { } in verify_osd_locked() 1202 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); in DEFINE_RB_FUNCS() local 1224 static bool osd_homeless(struct ceph_osd *osd) in osd_homeless() 1229 static bool osd_registered(struct ceph_osd *osd) in osd_registered() 1239 static void osd_init(struct ceph_osd *osd) in osd_init() 1261 static void osd_cleanup(struct ceph_osd *osd) in osd_cleanup() 1284 struct ceph_osd *osd; in create_osd() local 1301 static struct ceph_osd *get_osd(struct ceph_osd *osd) in get_osd() 1313 static void put_osd(struct ceph_osd *osd) in put_osd() [all …]
|
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() 1515 static int set_primary_affinity(struct ceph_osdmap *map, int osd, u32 aff) in set_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 [all …]
|
/linux-6.6.21/include/linux/ceph/ |
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()
|
D | osd_client.h | 232 int osd; member 316 struct ceph_osd *osd; member
|
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | dev-osd.rst | 3 .. _osd: target
|
/linux-6.6.21/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-cap.c | 53 u16 *cap, const u16 *osd) in copy_pix() 341 u8 *osd = vosdbuf + vid_overlay_y * stride_osd; in vivid_copy_buffer() local
|
D | vivid-cec.c | 270 char osd[14]; in vivid_received() local
|
D | vivid-core.h | 557 char osd[14]; member
|
/linux-6.6.21/fs/ceph/ |
D | ioctl.h | 64 __s64 osd; /* out: osd # */ member
|
/linux-6.6.21/drivers/media/pci/ivtv/ |
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.6.21/drivers/video/fbdev/ |
D | s3c-fb.c | 96 unsigned short osd; member
|
/linux-6.6.21/include/uapi/linux/ |
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.6.21/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 999 struct i40e_hw_port_stats *osd = &pf->stats_offsets; in i40e_update_pf_stats() local
|