Searched refs:ST_LOST_RESERVE (Results 1 – 2 of 2) sorted by relevance
1249 #define ST_LOST_RESERVE 0x020 macro1253 (ST_RESERVE | ST_LOST_RESERVE | ST_PRESERVE_RESERVE)
10031 un->un_rsvd_status |= ST_LOST_RESERVE; in st_handle_incomplete()11048 un->un_rsvd_status |= ST_LOST_RESERVE; in st_decode_sense()11461 un->un_rsvd_status |= ST_LOST_RESERVE; in st_check_error()11946 ~(ST_RELEASE | ST_LOST_RESERVE | in st_set_state()11953 ~(ST_RESERVE | ST_LOST_RESERVE | in st_set_state()11970 ST_LOST_RESERVE | ST_RESERVATION_CONFLICT | in st_set_state()11987 ST_LOST_RESERVE | ST_RESERVATION_CONFLICT | in st_set_state()12853 int was_lost = un->un_rsvd_status & ST_LOST_RESERVE; in st_do_reserve()12875 un->un_rsvd_status &= ~(ST_LOST_RESERVE | ST_RESERVE); in st_do_reserve()12904 ((un->un_rsvd_status & (ST_RESERVE | ST_LOST_RESERVE)) == in st_check_cdb_for_need_to_reserve()[all …]