Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/cluster/
Dmasklog.h184 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/Linux-v4.19/fs/gfs2/
Daops.c552 error = AOP_TRUNCATED_PAGE; in gfs2_readpage()
561 if (error && error != AOP_TRUNCATED_PAGE) in gfs2_readpage()
/Linux-v4.19/mm/
Dfilemap.c2232 if (error == AOP_TRUNCATED_PAGE) { in generic_file_buffered_read()
2397 } while (ret == AOP_TRUNCATED_PAGE); in page_cache_read()
2604 if (!error || error == AOP_TRUNCATED_PAGE) in filemap_fault()
/Linux-v4.19/fs/ocfs2/
Daops.c306 if (ret == AOP_TRUNCATED_PAGE) in ocfs2_readpage()
317 ret = AOP_TRUNCATED_PAGE; in ocfs2_readpage()
Ddlmglue.c2545 ret = AOP_TRUNCATED_PAGE; in ocfs2_inode_lock_with_page()
/Linux-v4.19/include/linux/
Dfs.h268 AOP_TRUNCATED_PAGE = 0x80001, enumerator
/Linux-v4.19/Documentation/filesystems/
Dvfs.txt681 some reason, it can do so, and then return AOP_TRUNCATED_PAGE.