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

/linux-master/fs/ocfs2/
H A Dbuffer_head_io.c199 int i, ignore_cache = 0; local
246 ignore_cache = (flags & OCFS2_BH_IGNORE_CACHE);
272 if (!ignore_cache && !ocfs2_buffer_uptodate(ci, bh)) {
276 /* We're using ignore_cache here to say
278 ignore_cache = 1;
282 ignore_cache, buffer_jbd(bh), buffer_dirty(bh));
288 if (ignore_cache) {
397 flags, ignore_cache);
/linux-master/drivers/block/null_blk/
H A Dmain.c921 sector_t sector, bool for_write, bool ignore_cache)
925 if (!ignore_cache)
933 sector_t sector, bool ignore_cache)
940 t_page = null_lookup_page(nullb, sector, true, ignore_cache);
956 t_page = null_radix_tree_insert(nullb, idx, t_page, !ignore_cache);
964 return null_lookup_page(nullb, sector, true, ignore_cache);
920 null_lookup_page(struct nullb *nullb, sector_t sector, bool for_write, bool ignore_cache) argument

Completed in 111 milliseconds