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

/linux-4.1.27/fs/ocfs2/cluster/
H A Dmasklog.h202 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/linux-4.1.27/fs/ocfs2/
H A Dstack_o2cb.c25 /* Needed for AOP_TRUNCATED_PAGE in mlog_errno() */
H A Daops.c293 if (ret == AOP_TRUNCATED_PAGE) ocfs2_readpage()
304 ret = AOP_TRUNCATED_PAGE; ocfs2_readpage()
H A Ddlmglue.c2438 * done this we have to return AOP_TRUNCATED_PAGE so the aop method
2460 ret = AOP_TRUNCATED_PAGE; ocfs2_inode_lock_with_page()
/linux-4.1.27/fs/gfs2/
H A Daops.c536 error = AOP_TRUNCATED_PAGE; gfs2_readpage()
545 if (error && error != AOP_TRUNCATED_PAGE) gfs2_readpage()
/linux-4.1.27/mm/
H A Dfilemap.c1611 if (error == AOP_TRUNCATED_PAGE) { do_generic_file_read()
1767 } while (ret == AOP_TRUNCATED_PAGE); page_cache_read()
1977 if (!error || error == AOP_TRUNCATED_PAGE) filemap_fault()
/linux-4.1.27/fs/
H A Dsplice.c449 if (error == AOP_TRUNCATED_PAGE) __generic_file_splice_read()
/linux-4.1.27/include/linux/
H A Dfs.h286 * @AOP_TRUNCATED_PAGE: The AOP method that was handed a locked page has
302 AOP_TRUNCATED_PAGE = 0x80001, enumerator in enum:positive_aop_returns

Completed in 199 milliseconds