Searched refs:ocfs2_buffer_uptodate (Results 1 – 3 of 3) sorted by relevance
54 int ocfs2_buffer_uptodate(struct ocfs2_caching_info *ci,
271 if (!ignore_cache && !ocfs2_buffer_uptodate(ci, bh)) { in ocfs2_read_blocks()321 && ocfs2_buffer_uptodate(ci, bh)) { in ocfs2_read_blocks()
257 int ocfs2_buffer_uptodate(struct ocfs2_caching_info *ci, in ocfs2_buffer_uptodate() function