Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dnbd.c120 refcount_t config_refs; member
446 if (refcount_inc_not_zero(&nbd->config_refs)) { in nbd_get_config_unlocked()
646 refcount_inc(&nbd->config_refs); in nbd_sched_pending_work()
1381 refcount_inc(&nbd->config_refs); in nbd_genl_reconnect_sock_cb()
1470 if (refcount_dec_and_mutex_lock(&nbd->config_refs, in nbd_config_put()
1574 refcount_inc(&nbd->config_refs); in nbd_start_device()
1741 refcount_set(&nbd->config_refs, 1); in nbd_alloc_and_init_config()
1766 if (refcount_inc_not_zero(&nbd->config_refs)) { in nbd_open()
2013 refcount_set(&nbd->config_refs, 0); in nbd_dev_add()
2061 if (refcount_read(&nbd->config_refs) || in nbd_find_get_unused()
[all …]