Searched refs:BTRFS_ORDERED_IOERR (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | ordered-data.c | 322 if (!test_and_set_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_mark_ordered_extent_error() 372 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in can_finish_ordered_extent() 663 test_bit(BTRFS_ORDERED_IOERR, in btrfs_remove_ordered_extent() 944 if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_wait_ordered_range() 1252 if (unlikely(flags & (1U << BTRFS_ORDERED_IOERR))) { in btrfs_split_ordered_extent()
|
| H A D | ordered-data.h | 77 BTRFS_ORDERED_IOERR, enumerator
|
| H A D | zoned.c | 1854 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_finish_ordered_zoned()
|
| H A D | disk-io.c | 4604 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
|
| H A D | inode.c | 3121 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_one_ordered() 3338 !test_bit(BTRFS_ORDERED_IOERR, &ordered->flags) && in btrfs_finish_ordered_io()
|
| /linux-6.15/include/trace/events/ |
| H A D | btrfs.h | 495 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \
|