Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/cluster/
Dmasklog.h202 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/linux-4.1.27/fs/gfs2/
Daops.c536 error = AOP_TRUNCATED_PAGE; in gfs2_readpage()
545 if (error && error != AOP_TRUNCATED_PAGE) in gfs2_readpage()
/linux-4.1.27/mm/
Dfilemap.c1611 if (error == AOP_TRUNCATED_PAGE) { in do_generic_file_read()
1767 } while (ret == AOP_TRUNCATED_PAGE); in page_cache_read()
1977 if (!error || error == AOP_TRUNCATED_PAGE) in filemap_fault()
/linux-4.1.27/fs/ocfs2/
Daops.c293 if (ret == AOP_TRUNCATED_PAGE) in ocfs2_readpage()
304 ret = AOP_TRUNCATED_PAGE; in ocfs2_readpage()
Ddlmglue.c2460 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
/linux-4.1.27/fs/
Dsplice.c449 if (error == AOP_TRUNCATED_PAGE) in __generic_file_splice_read()
/linux-4.1.27/include/linux/
Dfs.h302 AOP_TRUNCATED_PAGE = 0x80001, enumerator
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt627 some reason, it can do so, and then return AOP_TRUNCATED_PAGE.