Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_worker.c1702 bool csums_after_crash_only; in use_checksum_based_resync() local
1704 csums_after_crash_only = rcu_dereference(connection->net_conf)->csums_after_crash_only; in use_checksum_based_resync()
1708 (csums_after_crash_only == false /* use for each resync? */ in use_checksum_based_resync()
H A Ddrbd_nl_gen.c1049 s->csums_after_crash_only = nla_get_u8(nla); in __net_conf_from_attrs()
2065 if (nla_put_u8(skb, DRBD_A_NET_CONF_CSUMS_AFTER_CRASH_ONLY, s->csums_after_crash_only)) in net_conf_to_skb()
2602 x->csums_after_crash_only = DRBD_CSUMS_AFTER_CRASH_ONLY_DEF; in set_net_conf_defaults()