Lines Matching refs:opf
380 typeof(bio->bi_opf) opf = bio->bi_opf & ~REQ_OP_MASK; in bio_flags_to_user_flags() local
382 if (opf & REQ_FAILFAST_DEV) { in bio_flags_to_user_flags()
383 opf &= ~REQ_FAILFAST_DEV; in bio_flags_to_user_flags()
387 if (opf & REQ_FAILFAST_TRANSPORT) { in bio_flags_to_user_flags()
388 opf &= ~REQ_FAILFAST_TRANSPORT; in bio_flags_to_user_flags()
392 if (opf & REQ_FAILFAST_DRIVER) { in bio_flags_to_user_flags()
393 opf &= ~REQ_FAILFAST_DRIVER; in bio_flags_to_user_flags()
397 if (opf & REQ_SYNC) { in bio_flags_to_user_flags()
398 opf &= ~REQ_SYNC; in bio_flags_to_user_flags()
402 if (opf & REQ_META) { in bio_flags_to_user_flags()
403 opf &= ~REQ_META; in bio_flags_to_user_flags()
407 if (opf & REQ_PRIO) { in bio_flags_to_user_flags()
408 opf &= ~REQ_PRIO; in bio_flags_to_user_flags()
412 if (opf & REQ_NOMERGE) { in bio_flags_to_user_flags()
413 opf &= ~REQ_NOMERGE; in bio_flags_to_user_flags()
417 if (opf & REQ_IDLE) { in bio_flags_to_user_flags()
418 opf &= ~REQ_IDLE; in bio_flags_to_user_flags()
422 if (opf & REQ_INTEGRITY) { in bio_flags_to_user_flags()
423 opf &= ~REQ_INTEGRITY; in bio_flags_to_user_flags()
427 if (opf & REQ_FUA) { in bio_flags_to_user_flags()
428 opf &= ~REQ_FUA; in bio_flags_to_user_flags()
432 if (opf & REQ_PREFLUSH) { in bio_flags_to_user_flags()
433 opf &= ~REQ_PREFLUSH; in bio_flags_to_user_flags()
437 if (opf & REQ_RAHEAD) { in bio_flags_to_user_flags()
438 opf &= ~REQ_RAHEAD; in bio_flags_to_user_flags()
442 if (opf & REQ_BACKGROUND) { in bio_flags_to_user_flags()
443 opf &= ~REQ_BACKGROUND; in bio_flags_to_user_flags()
447 if (opf & REQ_NOWAIT) { in bio_flags_to_user_flags()
448 opf &= ~REQ_NOWAIT; in bio_flags_to_user_flags()
452 if (opf & REQ_NOUNMAP) { in bio_flags_to_user_flags()
453 opf &= ~REQ_NOUNMAP; in bio_flags_to_user_flags()
457 if (unlikely(opf)) { in bio_flags_to_user_flags()
458 pr_warn("unsupported BIO type %x\n", opf); in bio_flags_to_user_flags()