Searched defs:osd (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/ceph/
H A Dioctl.h64 __s64 osd; /* out: osd # */ member in struct:ceph_ioctl_dataloc
/linux-master/net/ceph/
H A Ddebugfs.c234 static void dump_requests(struct seq_file *s, struct ceph_osd *osd) argument
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.c1475 u32 osd; local
1505 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) argument
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...]
H A Dosd_client.c77 static inline void verify_osd_locked(struct ceph_osd *osd) argument
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...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c270 char osd[14]; local
H A Dvivid-kthread-cap.c341 u8 *osd = vosdbuf + vid_overlay_y * stride_osd; local
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/include/linux/ceph/
H A Dosdmap.h161 int osd; member in struct:ceph_pg_mapping::__anon2576::__anon2578
201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) argument
207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) argument
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.h232 int osd; member in struct:ceph_osd_request_target
316 struct ceph_osd *osd; member in struct:ceph_osd_linger_request
/linux-master/drivers/video/fbdev/
H A Ds3c-fb.c96 unsigned short osd; member in struct:s3c_fb_variant
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c222 static int ivtvfb_set_osd_coords(struct ivtv *itv, const struct ivtv_osd_coords *osd) argument
205 ivtvfb_get_osd_coords(struct ivtv *itv, struct ivtv_osd_coords *osd) argument
[all...]
/linux-master/include/uapi/linux/
H A Dcec-funcs.h1193 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/net/ethernet/intel/i40e/
H A Di40e_main.c1005 struct i40e_hw_port_stats *osd = &pf->stats_offsets; local
[all...]

Completed in 224 milliseconds