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

/linux-master/include/linux/
H A Dpagemap.h198 AS_EIO = 0, /* IO error on async write */ enumerator in enum:mapping_flags
242 set_bit(AS_EIO, &mapping->flags);
/linux-master/mm/
H A Dfilemap.c360 if (test_bit(AS_EIO, &mapping->flags) &&
361 test_and_clear_bit(AS_EIO, &mapping->flags))
370 if (test_bit(AS_EIO, &mapping->flags))
754 * filemap_check_errors. Clear AS_EIO/AS_ENOSPC to emulate the effect
757 clear_bit(AS_EIO, &mapping->flags);

Completed in 151 milliseconds