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