Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ocfs2/cluster/
Dmasklog.h177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/linux-6.6.21/mm/
Dfilemap.c2446 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()
/linux-6.6.21/fs/ocfs2/
Daops.c289 if (ret == AOP_TRUNCATED_PAGE) in ocfs2_read_folio()
300 ret = AOP_TRUNCATED_PAGE; in ocfs2_read_folio()
Ddlmglue.c2566 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
/linux-6.6.21/Documentation/filesystems/
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-6.6.21/include/linux/
Dfs.h301 AOP_TRUNCATED_PAGE = 0x80001, enumerator