Home
last modified time | relevance | path

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

/linux-6.15/drivers/block/
H A Dnbd.c120 refcount_t config_refs; member
634 refcount_inc(&nbd->config_refs); in nbd_sched_pending_work()
1335 refcount_inc(&nbd->config_refs); in nbd_reconnect_socket()
1512 refcount_inc(&nbd->config_refs); in nbd_start_device()
1679 refcount_set(&nbd->config_refs, 1); in nbd_alloc_and_init_config()
1950 refcount_set(&nbd->config_refs, 0); in nbd_dev_add()
2112 if (refcount_read(&nbd->config_refs)) { in nbd_genl_connect()
2223 refcount_inc(&nbd->config_refs); in nbd_genl_connect()
2483 if (refcount_read(&nbd->config_refs)) in populate_nbd_status()
2706 if (refcount_read(&nbd->config_refs)) in nbd_cleanup()
[all …]