Searched refs:osd (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/linux/ceph/
H A Dosdmap.h11 * The osd map describes the current membership of the osd cluster and
161 int osd; member in struct:ceph_pg_mapping::__anon2576::__anon2578
201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) argument
203 return osd >= 0 && osd < map->max_osd &&
204 (map->osd_state[osd] & CEPH_OSD_EXISTS);
207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) argument
209 return ceph_osd_exists(map, osd) &&
210 (map->osd_state[osd]
213 ceph_osd_is_down(struct ceph_osdmap *map, int osd) argument
221 ceph_osd_addr(struct ceph_osdmap *map, int osd) argument
[all...]
H A Dosd_client.h75 * A given osd we're communicating with.
232 int osd; member in struct:ceph_osd_request_target
251 /* request osd ops array */
290 * osd request identifier
316 struct ceph_osd *osd; member in struct:ceph_osd_linger_request
330 struct rb_node node; /* osd */
/linux-master/net/ceph/
H A Dosd_client.c41 * 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) argument
79 struct ceph_osd_client *osdc = osd->o_osdc;
81 WARN_ON(!(mutex_is_locked(&osd->lock) &&
92 static inline void verify_osd_locked(struct ceph_osd *osd) { } argument
1202 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); local
1224 osd_homeless(struct ceph_osd *osd) argument
1229 osd_registered(struct ceph_osd *osd) argument
1239 osd_init(struct ceph_osd *osd) argument
1261 osd_cleanup(struct ceph_osd *osd) argument
1284 struct ceph_osd *osd; local
1301 get_osd(struct ceph_osd *osd) argument
1313 put_osd(struct ceph_osd *osd) argument
1325 __move_osd_to_lru(struct ceph_osd *osd) argument
1339 maybe_move_osd_to_lru(struct ceph_osd *osd) argument
1346 __remove_osd_from_lru(struct ceph_osd *osd) argument
1362 close_osd(struct ceph_osd *osd) argument
1403 reopen_osd(struct ceph_osd *osd) argument
1442 struct ceph_osd *osd; local
1472 link_request(struct ceph_osd *osd, struct ceph_osd_request *req) argument
1491 unlink_request(struct ceph_osd *osd, struct ceph_osd_request *req) argument
1988 clear_backoffs(struct ceph_osd *osd) argument
2035 struct ceph_osd *osd = req->r_osd; local
2335 struct ceph_osd *osd = req->r_osd; local
2401 struct ceph_osd *osd; local
2855 link_linger(struct ceph_osd *osd, struct ceph_osd_linger_request *lreq) argument
2873 unlink_linger(struct ceph_osd *osd, struct ceph_osd_linger_request *lreq) argument
3278 struct ceph_osd *osd; local
3465 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); local
3523 struct ceph_osd *osd = list_first_entry(&slow_osds, local
3541 struct ceph_osd *osd, *nosd; local
3766 handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) argument
3929 struct ceph_osd *osd; 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) argument
4078 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); local
4121 struct ceph_osd *osd; local
4264 kick_osd_requests(struct ceph_osd *osd) argument
4296 struct ceph_osd *osd = con->private; local
4412 handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) argument
4471 handle_backoff_unblock(struct ceph_osd *osd, const struct MOSDBackoff *m) argument
4529 handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg) argument
4743 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); local
5235 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); local
5326 struct ceph_osd *osd = rb_entry(rb_first(&osdc->osds), local
5409 struct ceph_osd *osd = con->private; local
5462 struct ceph_osd *osd = con->private; local
5555 struct ceph_osd *osd = con->private; local
5579 struct ceph_osd *osd = con->private; local
5587 struct ceph_osd *osd = con->private; local
[all...]
H A Ddebugfs.c24 * .../osdc - active osd requests
84 seq_printf(s, "osd%d\t%s\t%3d%%\t(%s)\t%3d%%\t%2d\n",
108 pg->pgid.seed, pg->primary_temp.osd);
187 seq_printf(s, "osd%d\t%llu.%x\t", t->osd, t->pgid.pool, t->pgid.seed);
234 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) argument
238 mutex_lock(&osd->lock);
239 for (n = rb_first(&osd->o_requests); n; n = rb_next(n)) {
246 mutex_unlock(&osd->lock);
260 static void dump_linger_requests(struct seq_file *s, struct ceph_osd *osd) argument
321 dump_backoffs(struct seq_file *s, struct ceph_osd *osd) argument
353 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); local
361 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); local
369 struct ceph_osd *osd = rb_entry(n, struct ceph_osd, o_node); local
[all...]
H A Dosdmap.c1121 * osd map
1475 u32 osd; local
1477 ceph_decode_32_safe(p, end, osd, e_inval);
1478 if (osd == (u32)-1 && incremental)
1485 pg->primary_temp.osd = osd;
1505 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) argument
1507 BUG_ON(osd >= map->max_osd);
1512 return map->osd_primary_affinity[osd];
1515 static int set_primary_affinity(struct ceph_osdmap *map, int osd, u3 argument
1575 u32 osd, aff; local
1876 s32 osd; local
1904 s32 osd; local
1936 s32 osd; local
2343 calc_pg_rank(int osd, const struct ceph_osds *acting) argument
2603 int osd = pg->pg_upmap.osds[i]; local
2632 int osd = raw->osds[j]; local
2710 int osd = up->osds[i]; local
2727 int osd = up->osds[i]; local
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c270 char osd[14]; local
280 cec_ops_set_osd_string(msg, &disp_ctl, osd);
283 strscpy(dev->osd, osd, sizeof(dev->osd));
287 strscpy(dev->osd, osd, sizeof(dev->osd));
291 dev->osd[0] = 0;
H A DMakefile6 vivid-osd.o vivid-meta-cap.o vivid-meta-out.o \
H A Dvivid-kthread-cap.c40 #include "vivid-osd.h"
53 u16 *cap, const u16 *osd)
58 *cap = *osd;
61 *osd != dev->chromakey_out)
341 u8 *osd = vosdbuf + vid_overlay_y * stride_osd; local
349 dev->blended_line + offset, osd,
353 osd, (dev->loop_vid_overlay.width * twopixsize) / 2);
520 if (dev->osd[0]) {
523 " OSD \"%s\"", dev->osd);
529 dev->osd[
52 copy_pix(struct vivid_dev *dev, int win_y, int win_x, u16 *cap, const u16 *osd) argument
[all...]
H A Dvivid-core.h557 char osd[14]; member in struct:vivid_dev
/linux-master/fs/ceph/
H A Dioctl.h17 * it differs from the default), and an optional 'preferred osd' to
64 __s64 osd; /* out: osd # */ member in struct:ceph_ioctl_dataloc
65 struct sockaddr_storage osd_addr; /* out: osd address */
H A Dioctl.c224 dl.osd = ceph_pg_to_acting_primary(osdc->osdmap, &pgid);
225 if (dl.osd >= 0) {
227 ceph_osd_addr(osdc->osdmap, dl.osd);
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c206 struct ivtv_osd_coords *osd)
213 osd->offset = data[0] - oi->video_rbase;
214 osd->max_offset = oi->display_width * oi->display_height * 4;
215 osd->pixel_stride = data[1];
216 osd->lines = data[2];
217 osd->x = data[3];
218 osd->y = data[4];
222 static int ivtvfb_set_osd_coords(struct ivtv *itv, const struct ivtv_osd_coords *osd) argument
226 oi->display_width = osd->pixel_stride;
227 oi->display_byte_stride = osd
205 ivtvfb_get_osd_coords(struct ivtv *itv, struct ivtv_osd_coords *osd) argument
[all...]
/linux-master/drivers/staging/media/av7110/
H A Dav7110.h16 #include <linux/dvb/osd.h>
/linux-master/drivers/gpu/drm/panel/
H A DMakefile52 obj-$(CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS) += panel-osd-osd101t2587-53ts.o
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1005 struct i40e_hw_port_stats *osd = &pf->stats_offsets; local
1014 &osd->eth.rx_bytes, &nsd->eth.rx_bytes);
1018 &osd->eth.tx_bytes, &nsd->eth.tx_bytes);
1021 &osd->eth.rx_discards,
1026 &osd->eth.rx_unicast,
1031 &osd->eth.rx_multicast,
1036 &osd->eth.rx_broadcast,
1041 &osd->eth.tx_unicast,
1046 &osd->eth.tx_multicast,
1051 &osd
[all...]
/linux-master/include/uapi/linux/
H A Dcec-funcs.h1195 const char *osd)
1197 unsigned int len = strlen(osd);
1204 memcpy(msg->msg + 3, osd, len);
1209 char *osd)
1216 memcpy(osd, msg->msg + 3, len);
1217 osd[len] = '\0';
1193 cec_msg_set_osd_string(struct cec_msg *msg, __u8 disp_ctl, const char *osd) argument
1207 cec_ops_set_osd_string(const struct cec_msg *msg, __u8 *disp_ctl, char *osd) argument
/linux-master/drivers/video/fbdev/
H A Ds3c-fb.c60 #define OSD_BASE(win, variant) ((variant).osd + ((win) * (variant).osd_stride))
77 * @osd: The base for the OSD registers.
78 * @osd_stride: stride of osd
96 unsigned short osd; member in struct:s3c_fb_variant
1711 .osd = VIDOSD_BASE,
1745 .osd = 0x28,

Completed in 387 milliseconds