Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_int.h771 static inline bool has_net_conf(struct drbd_connection *connection) in has_net_conf() function
773 bool has_net_conf; in has_net_conf() local
776 has_net_conf = rcu_dereference(connection->net_conf); in has_net_conf()
779 return has_net_conf; in has_net_conf()
Ddrbd_nl.c3467 if (!has_net_conf(connection)) in drbd_adm_dump_connections()
3630 if (!has_net_conf(peer_device->connection)) in drbd_adm_dump_peer_devices()
4297 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()
4309 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()
4347 if (!has_net_conf(peer_device->connection)) in adm_del_minor()