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

/linux-master/include/linux/
H A Dpagemap.h199 AS_ENOSPC = 1, /* ENOSPC on async write */ enumerator in enum:mapping_flags
240 set_bit(AS_ENOSPC, &mapping->flags);
/linux-master/mm/
H A Dfilemap.c357 if (test_bit(AS_ENOSPC, &mapping->flags) &&
358 test_and_clear_bit(AS_ENOSPC, &mapping->flags))
372 if (test_bit(AS_ENOSPC, &mapping->flags))
754 * filemap_check_errors. Clear AS_EIO/AS_ENOSPC to emulate the effect
758 clear_bit(AS_ENOSPC, &mapping->flags);

Completed in 115 milliseconds