Searched refs:has_net_conf (Results 1 – 2 of 2) sorted by relevance
707 static inline bool has_net_conf(struct drbd_connection *connection) in has_net_conf() function709 bool has_net_conf; in has_net_conf() local712 has_net_conf = rcu_dereference(connection->net_conf); in has_net_conf()715 return has_net_conf; in has_net_conf()
3481 if (!has_net_conf(connection)) in drbd_adm_dump_connections()3644 if (!has_net_conf(peer_device->connection)) in drbd_adm_dump_peer_devices()4311 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()4323 if (!has_net_conf(peer_device->connection)) in drbd_adm_new_minor()4361 if (!has_net_conf(peer_device->connection)) in adm_del_minor()
Completed in 18 milliseconds