Home
last modified time | relevance | path

Searched refs:CEPH_OSD_UP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ceph/
H A Dceph_strings.c81 case CEPH_OSD_UP: in ceph_osd_state_name()
H A Dosdmap.c35 if ((state & CEPH_OSD_EXISTS) && (state & CEPH_OSD_UP)) in ceph_osdmap_state_str()
39 else if (state & CEPH_OSD_UP) in ceph_osdmap_state_str()
1913 xorstate = CEPH_OSD_UP; in decode_new_up_state_weight()
1915 if ((map->osd_state[osd] & CEPH_OSD_UP) && in decode_new_up_state_weight()
1916 (xorstate & CEPH_OSD_UP)) in decode_new_up_state_weight()
1951 map->osd_state[osd] |= CEPH_OSD_EXISTS | CEPH_OSD_UP; in decode_new_up_state_weight()
/openbmc/linux/include/linux/ceph/
H A Dosdmap.h210 (map->osd_state[osd] & CEPH_OSD_UP); in ceph_osd_is_up()
H A Drados.h128 #define CEPH_OSD_UP (1<<1) macro