Searched refs:new_up_client (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osdmap.c | 1812 * Encoding order is (new_up_client, new_state, new_weight). Need to 1813 * apply in the (new_weight, new_state, new_up_client) order, because 1816 * new_up_client: { osd=6, addr=... } # set osd_state and addr 1822 void *new_up_client; in decode_new_up_state_weight() local 1828 new_up_client = *p; in decode_new_up_state_weight() 1904 /* new_up_client */ in decode_new_up_state_weight() 1905 *p = new_up_client; in decode_new_up_state_weight() 2016 /* new_up_client, new_state, new_weight */ in osdmap_apply_incremental()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osdmap.c | 1836 * Encoding order is (new_up_client, new_state, new_weight). Need to 1837 * apply in the (new_weight, new_state, new_up_client) order, because 1840 * new_up_client: { osd=6, addr=... } # set osd_state and addr 1846 void *new_up_client; in decode_new_up_state_weight() local 1853 new_up_client = *p; in decode_new_up_state_weight() 1932 /* new_up_client */ in decode_new_up_state_weight() 1933 *p = new_up_client; in decode_new_up_state_weight() 2051 /* new_up_client, new_state, new_weight */ in osdmap_apply_incremental()
|
Completed in 8 milliseconds