Home
last modified time | relevance | path

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

/net/ceph/
Dosdmap.c1229 u8 xorstate; in decode_new_up_state_weight() local
1233 xorstate = ceph_decode_8(p); in decode_new_up_state_weight()
1234 if (xorstate == 0) in decode_new_up_state_weight()
1235 xorstate = CEPH_OSD_UP; in decode_new_up_state_weight()
1238 (xorstate & CEPH_OSD_UP)) in decode_new_up_state_weight()
1241 (xorstate & CEPH_OSD_EXISTS)) { in decode_new_up_state_weight()
1250 map->osd_state[osd] ^= xorstate; in decode_new_up_state_weight()