Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dbuffer_head_io.c182 int i, ignore_cache = 0; in ocfs2_read_blocks() local
222 ignore_cache = (flags & OCFS2_BH_IGNORE_CACHE); in ocfs2_read_blocks()
248 if (!ignore_cache && !ocfs2_buffer_uptodate(ci, bh)) { in ocfs2_read_blocks()
254 ignore_cache = 1; in ocfs2_read_blocks()
258 ignore_cache, buffer_jbd(bh), buffer_dirty(bh)); in ocfs2_read_blocks()
264 if (ignore_cache) { in ocfs2_read_blocks()
367 flags, ignore_cache); in ocfs2_read_blocks()