Searched refs:NBD_OPT_ABORT (Results 1 – 4 of 4) sorted by relevance
55 case NBD_OPT_ABORT: in nbd_opt_lookup()
1272 option == NBD_OPT_ABORT ? NULL : errp, in nbd_negotiate_options()1275 if (option == NBD_OPT_ABORT) { in nbd_negotiate_options()1290 case NBD_OPT_ABORT: in nbd_negotiate_options()
106 nbd_send_option_request(ioc, NBD_OPT_ABORT, 0, NULL, NULL); in nbd_send_opt_abort()
241 #define NBD_OPT_ABORT (2) macro