Searched refs:AOP_TRUNCATED_PAGE (Results 1 – 6 of 6) sorted by relevance
177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
2446 return AOP_TRUNCATED_PAGE; in filemap_update_page()2453 error = AOP_TRUNCATED_PAGE; in filemap_update_page()2473 if (error == AOP_TRUNCATED_PAGE) in filemap_update_page()2506 error = AOP_TRUNCATED_PAGE; in filemap_create_folio()2565 if (err == AOP_TRUNCATED_PAGE) in filemap_get_pages()2592 if (err == AOP_TRUNCATED_PAGE) in filemap_get_pages()3390 if (!error || error == AOP_TRUNCATED_PAGE) in filemap_fault()3754 if (err == AOP_TRUNCATED_PAGE) in do_read_cache_folio()
289 if (ret == AOP_TRUNCATED_PAGE) in ocfs2_read_folio()300 ret = AOP_TRUNCATED_PAGE; in ocfs2_read_folio()
2566 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
877 read will succeed in the future and return AOP_TRUNCATED_PAGE.883 read to complete and handle cases such as AOP_TRUNCATED_PAGE.
301 AOP_TRUNCATED_PAGE = 0x80001, enumerator