Searched refs:xorstate (Results 1 – 1 of 1) sorted by relevance
1876 u32 xorstate; in decode_new_up_state_weight() local1881 xorstate = ceph_decode_32(p); in decode_new_up_state_weight()1883 xorstate = ceph_decode_8(p); in decode_new_up_state_weight()1884 if (xorstate == 0) in decode_new_up_state_weight()1885 xorstate = CEPH_OSD_UP; in decode_new_up_state_weight()1888 (xorstate & CEPH_OSD_UP)) in decode_new_up_state_weight()1891 (xorstate & CEPH_OSD_EXISTS)) { in decode_new_up_state_weight()1900 map->osd_state[osd] ^= xorstate; in decode_new_up_state_weight()