Searched refs:NBD_DESTROY_ON_DISCONNECT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/block/ |
H A D | nbd.c | 88 #define NBD_DESTROY_ON_DISCONNECT 0 macro 278 if (test_bit(NBD_DESTROY_ON_DISCONNECT, &nbd->flags)) in nbd_put() 1906 test_bit(NBD_DESTROY_ON_DISCONNECT, &nbd->flags)) in nbd_find_get_unused() 1998 if ((test_bit(NBD_DESTROY_ON_DISCONNECT, &nbd->flags) && in nbd_genl_connect() 2064 if (!test_and_set_bit(NBD_DESTROY_ON_DISCONNECT, in nbd_genl_connect() 2068 if (test_and_clear_bit(NBD_DESTROY_ON_DISCONNECT, in nbd_genl_connect() 2272 if (!test_and_set_bit(NBD_DESTROY_ON_DISCONNECT, in nbd_genl_reconfigure() 2276 if (test_and_clear_bit(NBD_DESTROY_ON_DISCONNECT, in nbd_genl_reconfigure()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | nbd.c | 83 #define NBD_DESTROY_ON_DISCONNECT 0 macro 245 if (test_bit(NBD_DESTROY_ON_DISCONNECT, &nbd->flags) && nbd->destroy_complete) in nbd_dev_remove() 1985 if (test_bit(NBD_DESTROY_ON_DISCONNECT, &nbd->flags) && in nbd_genl_connect() 2056 if (!test_and_set_bit(NBD_DESTROY_ON_DISCONNECT, in nbd_genl_connect() 2060 if (test_and_clear_bit(NBD_DESTROY_ON_DISCONNECT, in nbd_genl_connect() 2239 if (!test_and_set_bit(NBD_DESTROY_ON_DISCONNECT, in nbd_genl_reconfigure() 2243 if (test_and_clear_bit(NBD_DESTROY_ON_DISCONNECT, in nbd_genl_reconfigure()
|
Completed in 7 milliseconds