Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpagemap.h27 AS_ENOSPC = 1, /* ENOSPC on async write */ enumerator
64 set_bit(AS_ENOSPC, &mapping->flags); in mapping_set_error()
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c374 if (test_bit(AS_ENOSPC, &mapping->flags) && in filemap_check_errors()
375 test_and_clear_bit(AS_ENOSPC, &mapping->flags)) in filemap_check_errors()
389 if (test_bit(AS_ENOSPC, &mapping->flags)) in filemap_check_and_keep_errors()
739 clear_bit(AS_ENOSPC, &mapping->flags); in file_check_and_advance_wb_err()