Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_int.h775 static inline bool has_net_conf(struct drbd_connection *connection) in has_net_conf() function
777 bool has_net_conf; in has_net_conf() local
780 has_net_conf = rcu_dereference(connection->net_conf); in has_net_conf()
783 return has_net_conf; in has_net_conf()
Ddrbd_nl.c3546 if (!has_net_conf(connection)) in drbd_adm_dump_connections()
3709 if (!has_net_conf(peer_device->connection)) in drbd_adm_dump_peer_devices()
4376 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()
4388 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()
4426 if (!has_net_conf(peer_device->connection)) in adm_del_minor()