BTRFS_ORDERED_IOERR
set_bit(BTRFS_ORDERED_IOERR, &ordered->flags);
if (unlikely(test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags))) {
!test_bit(BTRFS_ORDERED_IOERR, &ordered->flags) &&
if (unlikely(flags & (1U << BTRFS_ORDERED_IOERR))) {
if (!test_and_set_bit(BTRFS_ORDERED_IOERR, &ordered->flags))
set_bit(BTRFS_ORDERED_IOERR, &ordered->flags);
test_bit(BTRFS_ORDERED_IOERR,
if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags))
set_bit(BTRFS_ORDERED_IOERR, &ordered->flags);
{ (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \