Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Dceph_strings.c79 case CEPH_OSD_EXISTS: in ceph_osd_state_name()
Dosdmap.c35 if ((state & CEPH_OSD_EXISTS) && (state & CEPH_OSD_UP)) in ceph_osdmap_state_str()
37 else if (state & CEPH_OSD_EXISTS) in ceph_osdmap_state_str()
1893 map->osd_state[osd] |= CEPH_OSD_EXISTS; in decode_new_up_state_weight()
1918 if ((map->osd_state[osd] & CEPH_OSD_EXISTS) && in decode_new_up_state_weight()
1919 (xorstate & CEPH_OSD_EXISTS)) { in decode_new_up_state_weight()
1951 map->osd_state[osd] |= CEPH_OSD_EXISTS | CEPH_OSD_UP; in decode_new_up_state_weight()
/linux-6.1.9/include/linux/ceph/
Dosdmap.h204 (map->osd_state[osd] & CEPH_OSD_EXISTS); in ceph_osd_exists()
Drados.h127 #define CEPH_OSD_EXISTS (1<<0) macro