Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dbuffer_head_io.c215 int i, ignore_cache = 0; in ocfs2_read_blocks() local
262 ignore_cache = (flags & OCFS2_BH_IGNORE_CACHE); in ocfs2_read_blocks()
288 if (!ignore_cache && !ocfs2_buffer_uptodate(ci, bh)) { in ocfs2_read_blocks()
294 ignore_cache = 1; in ocfs2_read_blocks()
298 ignore_cache, buffer_jbd(bh), buffer_dirty(bh)); in ocfs2_read_blocks()
304 if (ignore_cache) { in ocfs2_read_blocks()
413 flags, ignore_cache); in ocfs2_read_blocks()