Searched full:preflush (Results 1 – 3 of 3) sorted by relevance
3 * Functions to sequence PREFLUSH and FUA writes.8 * REQ_{PREFLUSH|FUA} requests are decomposed to sequences consisted of three9 * optional steps - PREFLUSH, DATA and POSTFLUSH - according to the request18 * If the device doesn't have writeback cache, PREFLUSH and FUA don't make any23 * translated to PREFLUSH but REQ_FUA is passed down directly with DATA.26 * is translated to PREFLUSH and REQ_FUA to POSTFLUSH.33 * step. This allows arbitrary merging of different types of PREFLUSH/FUA44 * PREFLUSH.49 * FUA (without PREFLUSH) requests.54 * Note that a sequenced PREFLUSH/FUA request with DATA is completed twice.[all …]
579 * function happens to be doing non-waiting preflush before jumping
239 what |= MASK_TC_BIT(opf, PREFLUSH); in __blk_add_trace()