Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpagemap.h203 AS_ENOSPC = 1, /* ENOSPC on async write */ enumerator
252 set_bit(AS_ENOSPC, &mapping->flags); in mapping_set_error()
/linux-6.15/mm/
H A Dfilemap.c346 if (test_bit(AS_ENOSPC, &mapping->flags) && in filemap_check_errors()
347 test_and_clear_bit(AS_ENOSPC, &mapping->flags)) in filemap_check_errors()
361 if (test_bit(AS_ENOSPC, &mapping->flags)) in filemap_check_and_keep_errors()
764 clear_bit(AS_ENOSPC, &mapping->flags); in file_check_and_advance_wb_err()