/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpbe_osd.c | 27 #define MODULE_NAME "davinci-vpbe-osd" 50 struct osd_state *osd = sd; in osd_read() local 52 return readl(osd->osd_base + offset); in osd_read() 57 struct osd_state *osd = sd; in osd_write() local 59 writel(val, osd->osd_base + offset); in osd_write() 66 struct osd_state *osd = sd; in osd_set() local 68 void __iomem *addr = osd->osd_base + offset; in osd_set() 78 struct osd_state *osd = sd; in osd_clear() local 80 void __iomem *addr = osd->osd_base + offset; in osd_clear() 91 struct osd_state *osd in osd_modify() local 465 struct osd_state *osd = sd; osd_disable_layer() local 511 struct osd_state *osd = sd; osd_enable_layer() local 738 struct osd_state *osd = sd; osd_start_layer() local 761 struct osd_state *osd = sd; osd_get_layer_config() local 787 struct osd_state *osd = sd; try_layer_config() local 1223 struct osd_state *osd = sd; osd_set_layer_config() local 1362 struct osd_state *osd = sd; osd_init_layer() local 1426 struct osd_state *osd = sd; osd_release_layer() local 1448 struct osd_state *osd = sd; osd_request_layer() local 1490 osd_initialize(struct osd_state *osd) osd_initialize() argument 1534 struct osd_state *osd; osd_probe() local [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 41 * are described by the osd map. 49 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req); 50 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req); 51 static void link_linger(struct ceph_osd *osd, 53 static void unlink_linger(struct ceph_osd *osd, 55 static void clear_backoffs(struct ceph_osd *osd); 77 static inline void verify_osd_locked(struct ceph_osd *osd) in verify_osd_locked() argument 79 struct ceph_osd_client *osdc = osd->o_osdc; in verify_osd_locked() 81 WARN_ON(!(mutex_is_locked(&osd->lock) && in verify_osd_locked() 92 static inline void verify_osd_locked(struct ceph_osd *osd) { } in verify_osd_locked() argument 1202 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); for_each_request() local 1224 osd_homeless(struct ceph_osd *osd) osd_homeless() argument 1229 osd_registered(struct ceph_osd *osd) osd_registered() argument 1239 osd_init(struct ceph_osd *osd) osd_init() argument 1261 osd_cleanup(struct ceph_osd *osd) osd_cleanup() argument 1284 struct ceph_osd *osd; create_osd() local 1301 get_osd(struct ceph_osd *osd) get_osd() argument 1313 put_osd(struct ceph_osd *osd) put_osd() argument 1325 __move_osd_to_lru(struct ceph_osd *osd) __move_osd_to_lru() argument 1339 maybe_move_osd_to_lru(struct ceph_osd *osd) maybe_move_osd_to_lru() argument 1346 __remove_osd_from_lru(struct ceph_osd *osd) __remove_osd_from_lru() argument 1362 close_osd(struct ceph_osd *osd) close_osd() argument 1403 reopen_osd(struct ceph_osd *osd) reopen_osd() argument 1442 struct ceph_osd *osd; lookup_create_osd() local 1472 link_request(struct ceph_osd *osd, struct ceph_osd_request *req) link_request() argument 1491 unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req) unlink_request() argument 1988 clear_backoffs(struct ceph_osd *osd) clear_backoffs() argument 2035 struct ceph_osd *osd = req->r_osd; should_plug_request() local 2335 struct ceph_osd *osd = req->r_osd; send_request() local 2401 struct ceph_osd *osd; __submit_request() local 2855 link_linger(struct ceph_osd *osd, struct ceph_osd_linger_request *lreq) link_linger() argument 2873 unlink_linger(struct ceph_osd *osd, struct ceph_osd_linger_request *lreq) unlink_linger() argument 3278 struct ceph_osd *osd; linger_submit() local 3465 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); handle_timeout() local 3523 struct ceph_osd *osd = list_first_entry(&slow_osds, handle_timeout() local 3541 struct ceph_osd *osd, *nosd; handle_osds_timeout() local 3766 handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) handle_reply() argument 3929 struct ceph_osd *osd; recalc_linger_target() local 3944 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 4078 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); handle_one_map() local 4121 struct ceph_osd *osd; kick_requests() local 4264 kick_osd_requests(struct ceph_osd *osd) kick_osd_requests() argument 4296 struct ceph_osd *osd = con->private; osd_fault() local 4412 handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) handle_backoff_block() argument 4471 handle_backoff_unblock(struct ceph_osd *osd, const struct MOSDBackoff *m) handle_backoff_unblock() argument 4529 handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg) handle_backoff() argument 4743 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); ceph_osdc_sync() local 5235 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); ceph_osdc_reopen_osds() local 5326 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), ceph_osdc_stop() local 5409 struct ceph_osd *osd = con->private; osd_dispatch() local 5462 struct ceph_osd *osd = con->private; get_reply() local 5555 struct ceph_osd *osd = con->private; osd_alloc_msg() local 5579 struct ceph_osd *osd = con->private; osd_get_con() local 5587 struct ceph_osd *osd = con->private; osd_put_con() local [all...] |
H A D | debugfs.c | 24 * .../osdc - active osd requests 84 seq_printf(s, "osd%d\t%s\t%3d%%\t(%s)\t%3d%%\t%2d\n", in osdmap_show() 108 pg->pgid.seed, pg->primary_temp.osd); in osdmap_show() 187 seq_printf(s, "osd%d\t%llu.%x\t", t->osd, t->pgid.pool, t->pgid.seed); in dump_target() 234 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() argument 238 mutex_lock(&osd->lock); in dump_requests() 239 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in dump_requests() 246 mutex_unlock(&osd->lock); in dump_requests() 260 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() argument 321 dump_backoffs(struct seq_file *s, struct ceph_osd *osd) dump_backoffs() argument 353 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); osdc_show() local 361 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); osdc_show() local 369 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); osdc_show() local [all...] |
H A D | osdmap.c | 1121 * osd map 1475 u32 osd; in __decode_primary_temp() local 1477 ceph_decode_32_safe(p, end, osd, e_inval); in __decode_primary_temp() 1478 if (osd == (u32)-1 && incremental) in __decode_primary_temp() 1485 pg->primary_temp.osd = osd; in __decode_primary_temp() 1505 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) in ceph_get_primary_affinity() argument 1507 BUG_ON(osd >= map->max_osd); in ceph_get_primary_affinity() 1512 return map->osd_primary_affinity[osd]; in ceph_get_primary_affinity() 1515 static int set_primary_affinity(struct ceph_osdmap *map, int osd, u3 argument 1575 u32 osd, aff; decode_new_primary_affinity() local 1876 s32 osd; decode_new_up_state_weight() local 1904 s32 osd; decode_new_up_state_weight() local 1936 s32 osd; decode_new_up_state_weight() local 2343 calc_pg_rank(int osd, const struct ceph_osds *acting) calc_pg_rank() argument 2603 int osd = pg->pg_upmap.osds[i]; apply_upmap() local 2632 int osd = raw->osds[j]; apply_upmap() local 2710 int osd = up->osds[i]; apply_primary_affinity() local 2727 int osd = up->osds[i]; apply_primary_affinity() local [all...] |
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 41 * are described by the osd map. 49 static void link_request(struct ceph_osd *osd, struct ceph_osd_request *req); 50 static void unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req); 51 static void link_linger(struct ceph_osd *osd, 53 static void unlink_linger(struct ceph_osd *osd, 55 static void clear_backoffs(struct ceph_osd *osd); 77 static inline void verify_osd_locked(struct ceph_osd *osd) in verify_osd_locked() argument 79 struct ceph_osd_client *osdc = osd->o_osdc; in verify_osd_locked() 81 WARN_ON(!(mutex_is_locked(&osd->lock) && in verify_osd_locked() 92 static inline void verify_osd_locked(struct ceph_osd *osd) { } in verify_osd_locked() argument 1139 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); for_each_request() local 1161 osd_homeless(struct ceph_osd *osd) osd_homeless() argument 1166 osd_registered(struct ceph_osd *osd) osd_registered() argument 1176 osd_init(struct ceph_osd *osd) osd_init() argument 1190 osd_cleanup(struct ceph_osd *osd) osd_cleanup() argument 1211 struct ceph_osd *osd; create_osd() local 1225 get_osd(struct ceph_osd *osd) get_osd() argument 1237 put_osd(struct ceph_osd *osd) put_osd() argument 1249 __move_osd_to_lru(struct ceph_osd *osd) __move_osd_to_lru() argument 1263 maybe_move_osd_to_lru(struct ceph_osd *osd) maybe_move_osd_to_lru() argument 1270 __remove_osd_from_lru(struct ceph_osd *osd) __remove_osd_from_lru() argument 1286 close_osd(struct ceph_osd *osd) close_osd() argument 1327 reopen_osd(struct ceph_osd *osd) reopen_osd() argument 1366 struct ceph_osd *osd; lookup_create_osd() local 1396 link_request(struct ceph_osd *osd, struct ceph_osd_request *req) link_request() argument 1413 unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req) unlink_request() argument 1908 clear_backoffs(struct ceph_osd *osd) clear_backoffs() argument 1955 struct ceph_osd *osd = req->r_osd; should_plug_request() local 2254 struct ceph_osd *osd = req->r_osd; send_request() local 2320 struct ceph_osd *osd; __submit_request() local 2768 link_linger(struct ceph_osd *osd, struct ceph_osd_linger_request *lreq) link_linger() argument 2786 unlink_linger(struct ceph_osd *osd, struct ceph_osd_linger_request *lreq) unlink_linger() argument 3191 struct ceph_osd *osd; linger_submit() local 3378 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); handle_timeout() local 3436 struct ceph_osd *osd = list_first_entry(&slow_osds, handle_timeout() local 3454 struct ceph_osd *osd, *nosd; handle_osds_timeout() local 3679 handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) handle_reply() argument 3841 struct ceph_osd *osd; recalc_linger_target() local 3856 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 3988 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); handle_one_map() local 4031 struct ceph_osd *osd; kick_requests() local 4174 kick_osd_requests(struct ceph_osd *osd) kick_osd_requests() argument 4206 struct ceph_osd *osd = con->private; osd_fault() local 4322 handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) handle_backoff_block() argument 4381 handle_backoff_unblock(struct ceph_osd *osd, const struct MOSDBackoff *m) handle_backoff_unblock() argument 4439 handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg) handle_backoff() argument 4651 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); ceph_osdc_sync() local 5143 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); ceph_osdc_reopen_osds() local 5234 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), ceph_osdc_stop() local 5359 struct ceph_osd *osd = con->private; dispatch() local 5394 struct ceph_osd *osd = con->private; get_reply() local 5483 struct ceph_osd *osd = con->private; alloc_msg() local 5507 struct ceph_osd *osd = con->private; get_osd_con() local 5515 struct ceph_osd *osd = con->private; put_osd_con() local [all...] |
H A D | debugfs.c | 24 * .../osdc - active osd requests 84 seq_printf(s, "osd%d\t%s\t%3d%%\t(%s)\t%3d%%\t%2d\n", in osdmap_show() 108 pg->pgid.seed, pg->primary_temp.osd); in osdmap_show() 187 seq_printf(s, "osd%d\t%llu.%x\t", t->osd, t->pgid.pool, t->pgid.seed); in dump_target() 234 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) in dump_requests() argument 238 mutex_lock(&osd->lock); in dump_requests() 239 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) { in dump_requests() 246 mutex_unlock(&osd->lock); in dump_requests() 260 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) in dump_linger_requests() argument 321 dump_backoffs(struct seq_file *s, struct ceph_osd *osd) dump_backoffs() argument 353 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); osdc_show() local 361 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); osdc_show() local 369 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); osdc_show() local [all...] |
H A D | osdmap.c | 1105 * osd map 1459 u32 osd; in __decode_primary_temp() local 1461 ceph_decode_32_safe(p, end, osd, e_inval); in __decode_primary_temp() 1462 if (osd == (u32)-1 && incremental) in __decode_primary_temp() 1469 pg->primary_temp.osd = osd; in __decode_primary_temp() 1489 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) in ceph_get_primary_affinity() argument 1491 BUG_ON(osd >= map->max_osd); in ceph_get_primary_affinity() 1496 return map->osd_primary_affinity[osd]; in ceph_get_primary_affinity() 1499 static int set_primary_affinity(struct ceph_osdmap *map, int osd, u3 argument 1559 u32 osd, aff; decode_new_primary_affinity() local 1847 s32 osd; decode_new_up_state_weight() local 1875 s32 osd; decode_new_up_state_weight() local 1908 s32 osd; decode_new_up_state_weight() local 2308 calc_pg_rank(int osd, const struct ceph_osds *acting) calc_pg_rank() argument 2568 int osd = pg->pg_upmap.osds[i]; apply_upmap() local 2597 int osd = raw->osds[j]; apply_upmap() local 2675 int osd = up->osds[i]; apply_primary_affinity() local 2692 int osd = up->osds[i]; apply_primary_affinity() local [all...] |
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | osdmap.h | 11 * The osd map describes the current membership of the osd cluster and 161 int osd; member 201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() argument 203 return osd >= 0 && osd < map->max_osd && in ceph_osd_exists() 204 (map->osd_state[osd] & CEPH_OSD_EXISTS); in ceph_osd_exists() 207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up() argument 209 return ceph_osd_exists(map, osd) && in ceph_osd_is_up() 210 (map->osd_state[osd] in ceph_osd_is_up() 213 ceph_osd_is_down(struct ceph_osdmap *map, int osd) ceph_osd_is_down() argument 221 ceph_osd_addr(struct ceph_osdmap *map, int osd) ceph_osd_addr() argument [all...] |
H A D | osd_client.h | 32 /* a given osd we're communicating with */ 175 int osd; member 194 /* request osd ops array */ 232 * osd request identifier 258 struct ceph_osd *osd; member 272 struct rb_node node; /* osd */
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | osdmap.h | 11 * The osd map describes the current membership of the osd cluster and 161 int osd; member 201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() argument 203 return osd >= 0 && osd < map->max_osd && in ceph_osd_exists() 204 (map->osd_state[osd] & CEPH_OSD_EXISTS); in ceph_osd_exists() 207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up() argument 209 return ceph_osd_exists(map, osd) && in ceph_osd_is_up() 210 (map->osd_state[osd] in ceph_osd_is_up() 213 ceph_osd_is_down(struct ceph_osdmap *map, int osd) ceph_osd_is_down() argument 221 ceph_osd_addr(struct ceph_osdmap *map, int osd) ceph_osd_addr() argument [all...] |
H A D | osd_client.h | 75 * A given osd we're communicating with. 232 int osd; member 251 /* request osd ops array */ 290 * osd request identifier 316 struct ceph_osd *osd; member 330 struct rb_node node; /* osd */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/zte/ |
H A D | zx_vou.c | 171 void __iomem *osd; member 553 zplane->layer = vou->osd + MAIN_GL_OFFSET; in zx_crtc_init() 554 zplane->csc = vou->osd + MAIN_GL_CSC_OFFSET; in zx_crtc_init() 555 zplane->hbsc = vou->osd + MAIN_HBSC_OFFSET; in zx_crtc_init() 558 zcrtc->chnreg = vou->osd + OSD_MAIN_CHN; in zx_crtc_init() 559 zcrtc->chncsc = vou->osd + MAIN_CHN_CSC_OFFSET; in zx_crtc_init() 560 zcrtc->dither = vou->osd + MAIN_DITHER_OFFSET; in zx_crtc_init() 564 zplane->layer = vou->osd + AUX_GL_OFFSET; in zx_crtc_init() 565 zplane->csc = vou->osd + AUX_GL_CSC_OFFSET; in zx_crtc_init() 566 zplane->hbsc = vou->osd in zx_crtc_init() [all...] |
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 231 char osd[14]; in vivid_received() local 241 cec_ops_set_osd_string(msg, &disp_ctl, osd); in vivid_received() 244 strscpy(dev->osd, osd, sizeof(dev->osd)); in vivid_received() 248 strscpy(dev->osd, osd, sizeof(dev->osd)); in vivid_received() 252 dev->osd[0] = 0; in vivid_received()
|
H A D | vivid-kthread-cap.c | 39 #include "vivid-osd.h" 52 u16 *cap, const u16 *osd) in copy_pix() 62 *cap = *osd; in copy_pix() 81 *osd != dev->chromakey_out) in copy_pix() 361 u8 *osd = vosdbuf + vid_overlay_y * stride_osd; in vivid_copy_buffer() local 369 dev->blended_line + offset, osd, in vivid_copy_buffer() 373 osd, (dev->loop_vid_overlay.width * twopixsize) / 2); in vivid_copy_buffer() 538 if (dev->osd[0]) { in vivid_fillbuff() 541 " OSD \"%s\"", dev->osd); in vivid_fillbuff() 547 dev->osd[ in vivid_fillbuff() 51 copy_pix(struct vivid_dev *dev, int win_y, int win_x, u16 *cap, const u16 *osd) copy_pix() argument [all...] |
H A D | Makefile | 6 vivid-osd.o vivid-meta-cap.o vivid-meta-out.o \
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 270 char osd[14]; in vivid_received() local 280 cec_ops_set_osd_string(msg, &disp_ctl, osd); in vivid_received() 283 strscpy(dev->osd, osd, sizeof(dev->osd)); in vivid_received() 287 strscpy(dev->osd, osd, sizeof(dev->osd)); in vivid_received() 291 dev->osd[0] = 0; in vivid_received()
|
H A D | vivid-kthread-cap.c | 40 #include "vivid-osd.h" 53 u16 *cap, const u16 *osd) in copy_pix() 58 *cap = *osd; in copy_pix() 61 *osd != dev->chromakey_out) in copy_pix() 341 u8 *osd = vosdbuf + vid_overlay_y * stride_osd; in vivid_copy_buffer() local 349 dev->blended_line + offset, osd, in vivid_copy_buffer() 353 osd, (dev->loop_vid_overlay.width * twopixsize) / 2); in vivid_copy_buffer() 520 if (dev->osd[0]) { in vivid_fillbuff() 523 " OSD \"%s\"", dev->osd); in vivid_fillbuff() 529 dev->osd[ in vivid_fillbuff() 52 copy_pix(struct vivid_dev *dev, int win_y, int win_x, u16 *cap, const u16 *osd) copy_pix() argument [all...] |
H A D | Makefile | 6 vivid-osd.o vivid-meta-cap.o vivid-meta-out.o \
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 206 struct ivtv_osd_coords *osd) in ivtvfb_get_osd_coords() 213 osd->offset = data[0] - oi->video_rbase; in ivtvfb_get_osd_coords() 214 osd->max_offset = oi->display_width * oi->display_height * 4; in ivtvfb_get_osd_coords() 215 osd->pixel_stride = data[1]; in ivtvfb_get_osd_coords() 216 osd->lines = data[2]; in ivtvfb_get_osd_coords() 217 osd->x = data[3]; in ivtvfb_get_osd_coords() 218 osd->y = data[4]; 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() argument 226 oi->display_width = osd->pixel_stride; in ivtvfb_set_osd_coords() 227 oi->display_byte_stride = osd in ivtvfb_set_osd_coords() 205 ivtvfb_get_osd_coords(struct ivtv *itv, struct ivtv_osd_coords *osd) ivtvfb_get_osd_coords() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 206 struct ivtv_osd_coords *osd) in ivtvfb_get_osd_coords() 213 osd->offset = data[0] - oi->video_rbase; in ivtvfb_get_osd_coords() 214 osd->max_offset = oi->display_width * oi->display_height * 4; in ivtvfb_get_osd_coords() 215 osd->pixel_stride = data[1]; in ivtvfb_get_osd_coords() 216 osd->lines = data[2]; in ivtvfb_get_osd_coords() 217 osd->x = data[3]; in ivtvfb_get_osd_coords() 218 osd->y = data[4]; 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() argument 226 oi->display_width = osd->pixel_stride; in ivtvfb_set_osd_coords() 227 oi->display_byte_stride = osd in ivtvfb_set_osd_coords() 205 ivtvfb_get_osd_coords(struct ivtv *itv, struct ivtv_osd_coords *osd) ivtvfb_get_osd_coords() argument [all...] |
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | ioctl.c | 223 dl.osd = ceph_pg_to_acting_primary(osdc->osdmap, &pgid); in ceph_ioctl_get_dataloc() 224 if (dl.osd >= 0) { in ceph_ioctl_get_dataloc() 226 ceph_osd_addr(osdc->osdmap, dl.osd); in ceph_ioctl_get_dataloc()
|
H A D | ioctl.h | 17 * it differs from the default), and an optional 'preferred osd' to 64 __s64 osd; /* out: osd # */ member 65 struct sockaddr_storage osd_addr; /* out: osd address */
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | ioctl.h | 17 * it differs from the default), and an optional 'preferred osd' to 64 __s64 osd; /* out: osd # */ member 65 struct sockaddr_storage osd_addr; /* out: osd address */
|
H A D | ioctl.c | 224 dl.osd = ceph_pg_to_acting_primary(osdc->osdmap, &pgid); in ceph_ioctl_get_dataloc() 225 if (dl.osd >= 0) { in ceph_ioctl_get_dataloc() 227 ceph_osd_addr(osdc->osdmap, dl.osd); in ceph_ioctl_get_dataloc()
|
/kernel/linux/linux-5.10/include/media/davinci/ |
H A D | vpbe.h | 80 struct osd_config_info osd; member
|