Home
last modified time | relevance | path

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

/Linux-v4.19/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()
715 if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_wait_ordered_range()
Ddisk-io.c4162 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
Dinode.c2955 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
/Linux-v4.19/include/trace/events/
Dbtrfs.h434 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \