Home
last modified time | relevance | path

Searched refs:AOP_TRUNCATED_PAGE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dmasklog.h179 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/kernel/linux/linux-6.6/fs/ocfs2/cluster/
H A Dmasklog.h177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/kernel/linux/linux-6.6/mm/
H A 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()
/kernel/linux/linux-5.10/mm/
H A Dfilemap.c2407 if (error == AOP_TRUNCATED_PAGE) { in generic_file_buffered_read()
2821 if (!error || error == AOP_TRUNCATED_PAGE) in filemap_fault()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Daops.c292 if (ret == AOP_TRUNCATED_PAGE) in ocfs2_readpage()
303 ret = AOP_TRUNCATED_PAGE; in ocfs2_readpage()
H A Ddlmglue.c2533 * done this we have to return AOP_TRUNCATED_PAGE so the aop method
2556 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Daops.c289 if (ret == AOP_TRUNCATED_PAGE) in ocfs2_read_folio()
300 ret = AOP_TRUNCATED_PAGE; in ocfs2_read_folio()
H A Ddlmglue.c2543 * done this we have to return AOP_TRUNCATED_PAGE so the aop method
2566 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h261 * @AOP_TRUNCATED_PAGE: The AOP method that was handed a locked page has
277 AOP_TRUNCATED_PAGE = 0x80001, enumerator
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h285 * @AOP_TRUNCATED_PAGE: The AOP method that was handed a locked page has
301 AOP_TRUNCATED_PAGE = 0x80001, enumerator

Completed in 38 milliseconds