Home
last modified time | relevance | path

Searched refs:AOP_TRUNCATED_PAGE (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ocfs2/cluster/
H A Dmasklog.h177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/linux/mm/
H A Dfilemap.c2431 return AOP_TRUNCATED_PAGE; in filemap_update_page()
2438 error = AOP_TRUNCATED_PAGE; in filemap_update_page()
2458 if (error == AOP_TRUNCATED_PAGE) in filemap_update_page()
2494 error = AOP_TRUNCATED_PAGE; in filemap_create_folio()
2557 if (err == AOP_TRUNCATED_PAGE) in filemap_get_pages()
2585 if (err == AOP_TRUNCATED_PAGE) in filemap_get_pages()
3440 if (!error || error == AOP_TRUNCATED_PAGE) in filemap_fault()
3828 if (err == AOP_TRUNCATED_PAGE) in do_read_cache_folio()
/linux/fs/ocfs2/
H A Daops.c288 if (ret == AOP_TRUNCATED_PAGE) in ocfs2_read_folio()
299 ret = AOP_TRUNCATED_PAGE; in ocfs2_read_folio()
H A Ddlmglue.c2565 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
/linux/Documentation/filesystems/
H A Dvfs.rst877 read will succeed in the future and return AOP_TRUNCATED_PAGE.
883 read to complete and handle cases such as AOP_TRUNCATED_PAGE.
/linux/include/linux/
H A Dfs.h305 AOP_TRUNCATED_PAGE = 0x80001, enumerator