Home
last modified time | relevance | path

Searched refs:BTRFS_ORDERED_IOERR (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dordered-data.h68 BTRFS_ORDERED_IOERR, enumerator
H A Dordered-data.c345 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in can_finish_ordered_extent()
608 test_bit(BTRFS_ORDERED_IOERR, in btrfs_remove_ordered_extent()
864 if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_wait_ordered_range()
H A Dzoned.c1736 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_finish_ordered_zoned()
H A Dinode.c3041 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_one_ordered()
3162 if (ret && !test_and_set_bit(BTRFS_ORDERED_IOERR, in btrfs_finish_one_ordered()
3241 !test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_finish_ordered_io()
H A Ddisk-io.c4559 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
/openbmc/linux/include/trace/events/
H A Dbtrfs.h511 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \