Searched refs:BTRFS_ORDERED_IOERR (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ordered-data.h | 54 BTRFS_ORDERED_IOERR, enumerator
|
H A D | ordered-data.c | 354 set_bit(BTRFS_ORDERED_IOERR, &entry->flags); in btrfs_dec_test_first_ordered_pending() 417 set_bit(BTRFS_ORDERED_IOERR, &entry->flags); in btrfs_dec_test_ordered_pending() 728 if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_wait_ordered_range()
|
H A D | disk-io.c | 4405 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
|
H A D | inode.c | 2657 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_ordered_io() 2764 * need to make sure BTRFS_ORDERED_IOERR is set on the ordered in btrfs_finish_ordered_io() 2770 if (ret && !test_and_set_bit(BTRFS_ORDERED_IOERR, in btrfs_finish_ordered_io()
|
/kernel/linux/linux-6.6/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()
|
H A D | zoned.c | 1726 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_finish_ordered_zoned()
|
H A D | inode.c | 3042 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_one_ordered() 3157 * need to make sure BTRFS_ORDERED_IOERR is set on the ordered in btrfs_finish_one_ordered() 3163 if (ret && !test_and_set_bit(BTRFS_ORDERED_IOERR, in btrfs_finish_one_ordered() 3242 !test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_finish_ordered_io()
|
H A D | disk-io.c | 4559 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 508 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 511 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \
|
Completed in 43 milliseconds