Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/cluster/
A Dmasklog.h177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/linux-6.3-rc2/mm/
A Dfilemap.c2488 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()
/linux-6.3-rc2/fs/ocfs2/
A Daops.c289 if (ret == AOP_TRUNCATED_PAGE) in ocfs2_read_folio()
300 ret = AOP_TRUNCATED_PAGE; in ocfs2_read_folio()
A Ddlmglue.c2563 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
/linux-6.3-rc2/Documentation/filesystems/
A Dvfs.rst804 read will succeed in the future and return AOP_TRUNCATED_PAGE.
810 read to complete and handle cases such as AOP_TRUNCATED_PAGE.
/linux-6.3-rc2/include/linux/
A Dfs.h302 AOP_TRUNCATED_PAGE = 0x80001, enumerator

Completed in 35 milliseconds