Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dnbd.c119 refcount_t config_refs; member
1233 refcount_inc(&nbd->config_refs); in nbd_reconnect_socket()
1421 refcount_inc(&nbd->config_refs); in nbd_start_device()
1588 refcount_set(&nbd->config_refs, 1); in nbd_alloc_and_init_config()
1861 refcount_set(&nbd->config_refs, 0); in nbd_dev_add()
1909 if (refcount_read(&nbd->config_refs) || in nbd_find_get_unused()
2023 if (refcount_read(&nbd->config_refs)) { in nbd_genl_connect()
2134 refcount_inc(&nbd->config_refs); in nbd_genl_connect()
2393 if (refcount_read(&nbd->config_refs)) in populate_nbd_status()
2616 if (refcount_read(&nbd->config_refs)) in nbd_cleanup()
[all …]