Home
last modified time | relevance | path

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

/Linux-v5.4/net/ceph/
Dosdmap.c1688 u32 xorstate; in decode_new_up_state_weight() local
1693 xorstate = ceph_decode_32(p); in decode_new_up_state_weight()
1695 xorstate = ceph_decode_8(p); in decode_new_up_state_weight()
1696 if (xorstate == 0) in decode_new_up_state_weight()
1697 xorstate = CEPH_OSD_UP; in decode_new_up_state_weight()
1700 (xorstate & CEPH_OSD_UP)) in decode_new_up_state_weight()
1703 (xorstate & CEPH_OSD_EXISTS)) { in decode_new_up_state_weight()
1712 map->osd_state[osd] ^= xorstate; in decode_new_up_state_weight()