Searched refs:drbd_read_state (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_state.h | 52 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T = (S); __ns; }) 54 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T1 = (S1); \ 57 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T1 = (S1); \
|
H A D | drbd_state.c | 497 ns = apply_mask_val(drbd_read_state(device), mask, val); in drbd_change_state() 531 os = drbd_read_state(device); in _req_st_cond() 580 os = drbd_read_state(device); in drbd_req_state() 616 ns = apply_mask_val(drbd_read_state(device), mask, val); in drbd_req_state() 1272 os = drbd_read_state(device); in _drbd_set_state() 2162 os = drbd_read_state(device); in conn_is_valid_transition() 2223 os = drbd_read_state(device); in conn_set_state()
|
H A D | drbd_worker.c | 902 os = drbd_read_state(device); in drbd_resync_finished() 1803 ns = drbd_read_state(device); in drbd_start_resync() 1815 ns = drbd_read_state(device); in drbd_start_resync()
|
H A D | drbd_receiver.c | 4466 os = ns = drbd_read_state(device); in receive_state() 4590 if (os.i != drbd_read_state(device).i) in receive_state() 4612 ns = drbd_read_state(device); in receive_state()
|
H A D | drbd_int.h | 1696 static inline union drbd_state drbd_read_state(struct drbd_device *device) in drbd_read_state() function
|
H A D | drbd_nl.c | 2111 os = drbd_read_state(device); in drbd_adm_attach()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_state.h | 52 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T = (S); __ns; }) 54 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T1 = (S1); \ 57 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T1 = (S1); \
|
H A D | drbd_state.c | 497 ns = apply_mask_val(drbd_read_state(device), mask, val); in drbd_change_state() 531 os = drbd_read_state(device); in _req_st_cond() 580 os = drbd_read_state(device); in drbd_req_state() 616 ns = apply_mask_val(drbd_read_state(device), mask, val); in drbd_req_state() 1274 os = drbd_read_state(device); in _drbd_set_state() 2167 os = drbd_read_state(device); in conn_is_valid_transition() 2228 os = drbd_read_state(device); in conn_set_state()
|
H A D | drbd_worker.c | 901 os = drbd_read_state(device); in drbd_resync_finished() 1808 ns = drbd_read_state(device); in drbd_start_resync() 1820 ns = drbd_read_state(device); in drbd_start_resync()
|
H A D | drbd_receiver.c | 4419 os = ns = drbd_read_state(device); in receive_state() 4543 if (os.i != drbd_read_state(device).i) in receive_state() 4565 ns = drbd_read_state(device); in receive_state()
|
H A D | drbd_int.h | 1633 static inline union drbd_state drbd_read_state(struct drbd_device *device) in drbd_read_state() function
|
H A D | drbd_nl.c | 2052 os = drbd_read_state(device); in drbd_adm_attach()
|
Completed in 46 milliseconds