Home
last modified time | relevance | path

Searched refs:client_node (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c809 struct rbd_client *client_node; in rbd_client_find() local
816 list_for_each_entry(client_node, &rbd_client_list, node) { in rbd_client_find()
817 if (!ceph_compare_options(ceph_opts, client_node->client)) { in rbd_client_find()
818 __rbd_get_client(client_node); in rbd_client_find()
826 return found ? client_node : NULL; in rbd_client_find()

Completed in 10 milliseconds