Searched refs:AOP_TRUNCATED_PAGE (Results 1 - 5 of 5) sorted by last modified time

/linux-master/include/linux/
H A Dfs.h289 * @AOP_TRUNCATED_PAGE: The AOP method that was handed a locked page has
305 AOP_TRUNCATED_PAGE = 0x80001, enumerator in enum:positive_aop_returns
/linux-master/mm/
H A Dfilemap.c2395 return AOP_TRUNCATED_PAGE;
2402 error = AOP_TRUNCATED_PAGE;
2422 if (error == AOP_TRUNCATED_PAGE)
2455 error = AOP_TRUNCATED_PAGE;
2514 if (err == AOP_TRUNCATED_PAGE)
2541 if (err == AOP_TRUNCATED_PAGE)
3386 if (!error || error == AOP_TRUNCATED_PAGE)
3750 if (err == AOP_TRUNCATED_PAGE)
/linux-master/fs/ocfs2/
H A Ddlmglue.c2542 * done this we have to return AOP_TRUNCATED_PAGE so the aop method
2565 ret = AOP_TRUNCATED_PAGE;
H A Daops.c289 if (ret == AOP_TRUNCATED_PAGE)
300 ret = AOP_TRUNCATED_PAGE;
/linux-master/fs/ocfs2/cluster/
H A Dmasklog.h177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \

Completed in 147 milliseconds