Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
H A Dosdmap.c1817 * new_state: { osd=6, xorstate=EXISTS } # clear osd_state
1876 u32 xorstate; in decode_new_up_state_weight() local
1881 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()
/kernel/linux/linux-6.6/net/ceph/
H A Dosdmap.c1841 * new_state: { osd=6, xorstate=EXISTS } # clear osd_state
1905 u32 xorstate; in decode_new_up_state_weight() local
1909 xorstate = ceph_decode_32(p); in decode_new_up_state_weight()
1911 xorstate = ceph_decode_8(p); in decode_new_up_state_weight()
1912 if (xorstate == 0) in decode_new_up_state_weight()
1913 xorstate = CEPH_OSD_UP; in decode_new_up_state_weight()
1916 (xorstate & CEPH_OSD_UP)) in decode_new_up_state_weight()
1919 (xorstate & CEPH_OSD_EXISTS)) { in decode_new_up_state_weight()
1928 map->osd_state[osd] ^= xorstate; in decode_new_up_state_weight()

Completed in 7 milliseconds