Searched refs:BTRFS_ORDERED_IOERR (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/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 | 344 set_bit(BTRFS_ORDERED_IOERR, &entry->flags); in btrfs_dec_test_first_ordered_pending() 411 set_bit(BTRFS_ORDERED_IOERR, &entry->flags); in btrfs_dec_test_ordered_pending() 823 if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) in btrfs_wait_ordered_range()
|
| D | tree-log.c | 3927 !test_bit(BTRFS_ORDERED_IOERR, &ordered->flags) && in wait_ordered_extents() 3938 test_bit(BTRFS_ORDERED_IOERR, &ordered->flags))); in wait_ordered_extents() 3940 if (test_bit(BTRFS_ORDERED_IOERR, &ordered->flags)) { in wait_ordered_extents()
|
| D | disk-io.c | 4149 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_destroy_ordered_extents()
|
| D | inode.c | 2831 if (test_bit(BTRFS_ORDERED_IOERR, &ordered_extent->flags)) { in btrfs_finish_ordered_io() 8382 set_bit(BTRFS_ORDERED_IOERR, &ordered->flags); in btrfs_submit_direct()
|
| /linux-4.4.14/include/trace/events/ |
| D | btrfs.h | 223 { (1 << BTRFS_ORDERED_IOERR), "IOERR" }, \
|