Searched refs:CEPH_OSD_EXISTS (Results 1 – 4 of 4) sorted by relevance
33 case CEPH_OSD_EXISTS: in ceph_osd_state_name()
19 if ((state & CEPH_OSD_EXISTS) && (state & CEPH_OSD_UP)) in ceph_osdmap_state_str()21 else if (state & CEPH_OSD_EXISTS) in ceph_osdmap_state_str()
143 (map->osd_state[osd] & CEPH_OSD_EXISTS); in ceph_osd_exists()
126 #define CEPH_OSD_EXISTS (1<<0) macro