Searched refs:sib_reason (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_nl.c | 379 sib.sib_reason = SIB_HELPER_PRE; in drbd_khelper() 392 sib.sib_reason = SIB_HELPER_POST; in drbd_khelper() 3819 if (nla_put_u32(skb, T_sib_reason, sib ? sib->sib_reason : SIB_GET_STATUS_REPLY) || in nla_put_status_info() 3860 switch(sib->sib_reason) { in nla_put_status_info() 4606 "Event seq:%u sib_reason:%u\n", in drbd_bcast_event() 4607 err, seq, sib->sib_reason); in drbd_bcast_event()
|
H A D | drbd_worker.c | 1915 struct sib_info sib = { .sib_reason = SIB_SYNC_PROGRESS, }; in update_on_disk_bitmap()
|
H A D | drbd_int.h | 1633 enum drbd_state_info_bcast_reason sib_reason; member
|
H A D | drbd_state.c | 1711 sib.sib_reason = SIB_STATE_CHANGE; in after_state_ch()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_nl.c | 379 sib.sib_reason = SIB_HELPER_PRE; in drbd_khelper() 392 sib.sib_reason = SIB_HELPER_POST; in drbd_khelper() 3763 if (nla_put_u32(skb, T_sib_reason, sib ? sib->sib_reason : SIB_GET_STATUS_REPLY) || in nla_put_status_info() 3804 switch(sib->sib_reason) { in nla_put_status_info() 4550 "Event seq:%u sib_reason:%u\n", in drbd_bcast_event() 4551 err, seq, sib->sib_reason); in drbd_bcast_event()
|
H A D | drbd_int.h | 1570 enum drbd_state_info_bcast_reason sib_reason; member
|
H A D | drbd_worker.c | 1921 struct sib_info sib = { .sib_reason = SIB_SYNC_PROGRESS, }; in update_on_disk_bitmap()
|
H A D | drbd_state.c | 1715 sib.sib_reason = SIB_STATE_CHANGE; in after_state_ch()
|
Completed in 32 milliseconds