Searched refs:BTRFS_ORDERED_IOERR (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | ordered-data.h | 65 #define BTRFS_ORDERED_IOERR 6 /* We had an io error when writing this out */ macro
|
D | ordered-data.c | 351 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()
|
D | tree-log.c | 3819 !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()
|
D | disk-io.c | 4047 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
|
D | inode.c | 2810 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
|
/linux-4.1.27/include/trace/events/ |
D | btrfs.h | 223 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \
|