Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dordered-data.c322 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 Dordered-data.h77 BTRFS_ORDERED_IOERR, enumerator
H A Dzoned.c1854 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_finish_ordered_zoned()
H A Ddisk-io.c4604 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
H A Dinode.c3121 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 Dbtrfs.h495 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \