Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpagemap.h26 AS_EIO = 0, /* IO error on async write */ enumerator
66 set_bit(AS_EIO, &mapping->flags); in mapping_set_error()
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c377 if (test_bit(AS_EIO, &mapping->flags) && in filemap_check_errors()
378 test_and_clear_bit(AS_EIO, &mapping->flags)) in filemap_check_errors()
387 if (test_bit(AS_EIO, &mapping->flags)) in filemap_check_and_keep_errors()
738 clear_bit(AS_EIO, &mapping->flags); in file_check_and_advance_wb_err()