Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dordered-data.h65 #define BTRFS_ORDERED_IOERR 6 /* We had an io error when writing this out */ macro
Dordered-data.c351 set_bit(BTRFS_ORDERED_IOERR, &entry->flags); in btrfs_dec_test_first_ordered_pending()
415 set_bit(BTRFS_ORDERED_IOERR, &entry->flags); in btrfs_dec_test_ordered_pending()
769 if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_wait_ordered_range()
Dtree-log.c3819 !test_bit(BTRFS_ORDERED_IOERR, &ordered->flags) && in wait_ordered_extents()
3830 test_bit(BTRFS_ORDERED_IOERR, &ordered->flags))); in wait_ordered_extents()
3832 if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) { in wait_ordered_extents()
Ddisk-io.c4047 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
Dinode.c2810 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
/linux-4.1.27/include/trace/events/
Dbtrfs.h223 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \