Searched refs:UBLK_F_NEED_GET_DATA (Results 1 – 3 of 3) sorted by relevance
76 #define UBLK_F_NEED_GET_DATA (1UL << 2) macro
227 With ``UBLK_F_NEED_GET_DATA`` enabled, the WRITE request will be firstly237 should not enable UBLK_F_NEED_GET_DATA. ublk server pre-allocates IO
52 | UBLK_F_NEED_GET_DATA \284 if (ubq->flags & UBLK_F_NEED_GET_DATA) in ublk_need_get_data()