Searched refs:client_node (Results 1 – 1 of 1) sorted by relevance
708 struct rbd_client *client_node; in rbd_client_find() local715 list_for_each_entry(client_node, &rbd_client_list, node) { in rbd_client_find()716 if (!ceph_compare_options(ceph_opts, client_node->client)) { in rbd_client_find()717 __rbd_get_client(client_node); in rbd_client_find()725 return found ? client_node : NULL; in rbd_client_find()