Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_int.h705 static inline bool has_net_conf(struct drbd_connection *connection) in has_net_conf() function
707 bool has_net_conf; in has_net_conf() local
710 has_net_conf = rcu_dereference(connection->net_conf); in has_net_conf()
713 return has_net_conf; in has_net_conf()
Ddrbd_nl.c3490 if (!has_net_conf(connection)) in drbd_adm_dump_connections()
3653 if (!has_net_conf(peer_device->connection)) in drbd_adm_dump_peer_devices()
4320 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()
4332 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()
4370 if (!has_net_conf(peer_device->connection)) in adm_del_minor()