Home
last modified time | relevance | path

Searched refs:AS_EIO (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dpagemap.h194 AS_EIO = 0, /* IO error on async write */ enumerator
234 set_bit(AS_EIO, &mapping->flags); in mapping_set_error()
/Linux-v6.1/mm/
Dfilemap.c351 if (test_bit(AS_EIO, &mapping->flags) && in filemap_check_errors()
352 test_and_clear_bit(AS_EIO, &mapping->flags)) in filemap_check_errors()
361 if (test_bit(AS_EIO, &mapping->flags)) in filemap_check_and_keep_errors()
746 clear_bit(AS_EIO, &mapping->flags); in file_check_and_advance_wb_err()