Searched refs:ignore_cache (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/block/null_blk/
H A Dmain.c937 sector_t sector, bool for_write, bool ignore_cache)
941 if (!ignore_cache)
949 sector_t sector, bool ignore_cache)
956 t_page = null_lookup_page(nullb, sector, true, ignore_cache);
972 t_page = null_radix_tree_insert(nullb, idx, t_page, !ignore_cache);
980 return null_lookup_page(nullb, sector, true, ignore_cache);
936 null_lookup_page(struct nullb *nullb, sector_t sector, bool for_write, bool ignore_cache) argument
/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);

Completed in 248 milliseconds