Searched refs:AS_EIO (Results 1 – 2 of 2) sorted by relevance
80 AS_EIO = 0, /* IO error on async write */ enumerator120 set_bit(AS_EIO, &mapping->flags); in mapping_set_error()
370 if (test_bit(AS_EIO, &mapping->flags) && in filemap_check_errors()371 test_and_clear_bit(AS_EIO, &mapping->flags)) in filemap_check_errors()380 if (test_bit(AS_EIO, &mapping->flags)) in filemap_check_and_keep_errors()796 clear_bit(AS_EIO, &mapping->flags); in file_check_and_advance_wb_err()
Completed in 11 milliseconds