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

/linux-4.4.14/fs/ocfs2/
H A Dbuffer_head_io.c182 int i, ignore_cache = 0; ocfs2_read_blocks() local
222 ignore_cache = (flags & OCFS2_BH_IGNORE_CACHE); ocfs2_read_blocks()
248 if (!ignore_cache && !ocfs2_buffer_uptodate(ci, bh)) { ocfs2_read_blocks()
252 /* We're using ignore_cache here to say ocfs2_read_blocks()
254 ignore_cache = 1; ocfs2_read_blocks()
258 ignore_cache, buffer_jbd(bh), buffer_dirty(bh)); ocfs2_read_blocks()
264 if (ignore_cache) { ocfs2_read_blocks()
367 flags, ignore_cache); ocfs2_read_blocks()

Completed in 72 milliseconds