Searched refs:AOP_TRUNCATED_PAGE (Results 1 – 6 of 6) sorted by relevance
177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
2488 return AOP_TRUNCATED_PAGE; in filemap_update_page()2495 error = AOP_TRUNCATED_PAGE; in filemap_update_page()2515 if (error == AOP_TRUNCATED_PAGE) in filemap_update_page()2548 error = AOP_TRUNCATED_PAGE; in filemap_create_folio()2607 if (err == AOP_TRUNCATED_PAGE) in filemap_get_pages()2634 if (err == AOP_TRUNCATED_PAGE) in filemap_get_pages()3372 if (!error || error == AOP_TRUNCATED_PAGE) in filemap_fault()3686 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()
2563 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
804 read will succeed in the future and return AOP_TRUNCATED_PAGE.810 read to complete and handle cases such as AOP_TRUNCATED_PAGE.
302 AOP_TRUNCATED_PAGE = 0x80001, enumerator
Completed in 32 milliseconds