Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Ddisk-io.h56 int copy_num, bool drop_cache);
H A Dctree.h404 bool drop_cache; member
H A Dreflink.c272 drop_args.drop_cache = true; in clone_copy_inline_extent()
H A Dfile.c241 if (args->drop_cache) in btrfs_drop_extents()
2383 drop_args.drop_cache = true; in btrfs_replace_file_extents()
H A Ddisk-io.c3666 int copy_num, bool drop_cache) in btrfs_read_dev_one_super() argument
3684 if (drop_cache) { in btrfs_read_dev_one_super()
H A Dtree-log.c710 drop_args.drop_cache = true; in replay_one_extent()
2477 drop_args.drop_cache = true; in replay_one_buffer()
H A Dinode.c652 drop_args.drop_cache = true; in cow_file_range_inline()
4851 drop_args.drop_cache = true; in maybe_insert_hole()
/openbmc/qemu/block/
H A Dfile-posix.c167 bool drop_cache; member
180 bool drop_cache; member
682 s->drop_cache = qemu_opt_get_bool(opts, "drop-cache", true); in raw_open_common()
1148 rs->drop_cache = qemu_opt_get_bool_del(opts, "drop-cache", true); in raw_reopen_prepare()
1179 s->drop_cache = rs->drop_cache; in raw_reopen_commit()
3324 if (!s->drop_cache) { in raw_co_invalidate_cache()