Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dordered-data.h52 #define BTRFS_ORDERED_IOERR 6 /* We had an io error when writing this out */ macro
Dordered-data.c341 set_bit(BTRFS_ORDERED_IOERR, &entry->flags); in btrfs_dec_test_first_ordered_pending()
405 set_bit(BTRFS_ORDERED_IOERR, &entry->flags); in btrfs_dec_test_ordered_pending()
720 if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_wait_ordered_range()
Ddisk-io.c4220 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
Dinode.c3019 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
3173 if (ret && !test_and_set_bit(BTRFS_ORDERED_IOERR, in btrfs_finish_ordered_io()
/linux-4.19.296/include/trace/events/
Dbtrfs.h434 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \