Searched refs:UBLK_F_USER_RECOVERY (Results 1 – 3 of 3) sorted by relevance
186 This command is valid if ``UBLK_F_USER_RECOVERY`` feature is enabled. This194 This command is valid if ``UBLK_F_USER_RECOVERY`` feature is enabled. This202 Three new features are added for user recovery: ``UBLK_F_USER_RECOVERY``,205 should specify the ``UBLK_F_USER_RECOVERY`` flag when creating the device. The211 With just ``UBLK_F_USER_RECOVERY`` set, after one ubq_daemon(ublk server's io219 (ublk server's io handler) is dying, contrary to ``UBLK_F_USER_RECOVERY``,
58 | UBLK_F_USER_RECOVERY \66 #define UBLK_F_ALL_RECOVERY_FLAGS (UBLK_F_USER_RECOVERY \695 return (ub->dev_info.flags & UBLK_F_USER_RECOVERY) && in ublk_nosrv_should_reissue_outstanding()705 return (ub->dev_info.flags & UBLK_F_USER_RECOVERY) && in ublk_nosrv_dev_should_queue_io()716 return (ubq->flags & UBLK_F_USER_RECOVERY) && in ublk_nosrv_should_queue_io()728 return !(ub->dev_info.flags & UBLK_F_USER_RECOVERY); in ublk_nosrv_should_stop_dev()2435 case UBLK_F_USER_RECOVERY: in ublk_ctrl_add_dev()2436 case (UBLK_F_USER_RECOVERY | UBLK_F_USER_RECOVERY_REISSUE): in ublk_ctrl_add_dev()2437 case (UBLK_F_USER_RECOVERY | UBLK_F_USER_RECOVERY_FAIL_IO): in ublk_ctrl_add_dev()2455 UBLK_F_USER_RECOVERY); in ublk_ctrl_add_dev()
155 #define UBLK_F_USER_RECOVERY (1UL << 3) macro