Home
last modified time | relevance | path

Searched refs:drbd_find_resource (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_nl.c234 adm_ctx->resource = drbd_find_resource(adm_ctx->resource_name); in drbd_adm_prepare()
3370 resource = drbd_find_resource(nla_data(resource_filter)); in drbd_adm_dump_devices()
3459 resource = drbd_find_resource(nla_data(resource_filter)); in drbd_adm_dump_connections()
3620 resource = drbd_find_resource(nla_data(resource_filter)); in drbd_adm_dump_peer_devices()
4021 resource = drbd_find_resource(resource_name); in drbd_adm_get_status_all()
H A Ddrbd_int.h1383 extern struct drbd_resource *drbd_find_resource(const char *name);
H A Ddrbd_main.c2413 struct drbd_resource *drbd_find_resource(const char *name) in drbd_find_resource() function