Searched refs:NBD_RT_BOUND (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | nbd.c | 80 #define NBD_RT_BOUND 5 macro 1105 !test_bit(NBD_RT_BOUND, &config->runtime_flags)) in nbd_add_socket() 1110 test_bit(NBD_RT_BOUND, &config->runtime_flags))) { in nbd_add_socket() 1526 if (!test_bit(NBD_RT_BOUND, &config->runtime_flags) || in nbd_ioctl() 2028 set_bit(NBD_RT_BOUND, &config->runtime_flags); in nbd_genl_connect() 2216 if (!test_bit(NBD_RT_BOUND, &config->runtime_flags) || in nbd_genl_reconfigure()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | nbd.c | 84 #define NBD_RT_BOUND 5 macro 1149 !test_bit(NBD_RT_BOUND, &config->runtime_flags)) in nbd_add_socket() 1154 test_bit(NBD_RT_BOUND, &config->runtime_flags))) { in nbd_add_socket() 1545 if (!test_bit(NBD_RT_BOUND, &config->runtime_flags) || in nbd_ioctl() 2037 set_bit(NBD_RT_BOUND, &config->runtime_flags); in nbd_genl_connect() 2249 if (!test_bit(NBD_RT_BOUND, &config->runtime_flags) || in nbd_genl_reconfigure()
|
Completed in 7 milliseconds