Searched refs:BTRFS_ORDERED_IOERR (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ordered-data.h | 68 BTRFS_ORDERED_IOERR, enumerator
|
H A D | ordered-data.c | 345 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() 1181 if (unlikely(flags & (1U << BTRFS_ORDERED_IOERR))) { in btrfs_split_ordered_extent()
|
H A D | zoned.c | 1736 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_finish_ordered_zoned()
|
H A D | inode.c | 3044 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_one_ordered() 3165 if (ret && !test_and_set_bit(BTRFS_ORDERED_IOERR, in btrfs_finish_one_ordered() 3244 !test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_finish_ordered_io()
|
H A D | disk-io.c | 4581 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
|
/openbmc/linux/include/trace/events/ |
H A D | btrfs.h | 511 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \
|