Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ocfs2/cluster/
Dmasklog.h177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/Linux-v6.1/mm/
Dfilemap.c2473 return AOP_TRUNCATED_PAGE; in filemap_update_page()
2480 error = AOP_TRUNCATED_PAGE; in filemap_update_page()
2499 if (error == AOP_TRUNCATED_PAGE) in filemap_update_page()
2532 error = AOP_TRUNCATED_PAGE; in filemap_create_folio()
2590 if (err == AOP_TRUNCATED_PAGE) in filemap_get_pages()
2616 if (err == AOP_TRUNCATED_PAGE) in filemap_get_pages()
3225 if (!error || error == AOP_TRUNCATED_PAGE) in filemap_fault()
3537 if (err == AOP_TRUNCATED_PAGE) in do_read_cache_folio()
/Linux-v6.1/fs/ocfs2/
Daops.c289 if (ret == AOP_TRUNCATED_PAGE) in ocfs2_read_folio()
300 ret = AOP_TRUNCATED_PAGE; in ocfs2_read_folio()
Ddlmglue.c2563 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
/Linux-v6.1/Documentation/filesystems/
Dvfs.rst803 read will succeed in the future and return AOP_TRUNCATED_PAGE.
809 read to complete and handle cases such as AOP_TRUNCATED_PAGE.
/Linux-v6.1/include/linux/
Dfs.h300 AOP_TRUNCATED_PAGE = 0x80001, enumerator