Home
last modified time | relevance | path

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

/linux-3.4.99/fs/btrfs/
Dtree-defrag.c32 struct btrfs_root *root, int cache_only) in btrfs_defrag_leaves() argument
44 if (cache_only) in btrfs_defrag_leaves()
89 if (cache_only) in btrfs_defrag_leaves()
93 cache_only, min_trans); in btrfs_defrag_leaves()
112 next_key_ret = btrfs_find_next_key(root, path, &key, 1, cache_only, in btrfs_defrag_leaves()
116 cache_only, &last_ret, in btrfs_defrag_leaves()
Dctree.c663 int start_slot, int cache_only, u64 *last_ret, in btrfs_realloc_node() argument
683 if (cache_only && parent_level != 1) in btrfs_realloc_node()
732 if (cache_only) { in btrfs_realloc_node()
3985 struct btrfs_path *path, int cache_only, in btrfs_search_forward() argument
4041 if (!cache_only) in btrfs_search_forward()
4072 cache_only, min_trans); in btrfs_search_forward()
4120 int cache_only, u64 min_trans) in btrfs_find_next_key() argument
4174 if (cache_only) { in btrfs_find_next_key()
Dctree.h2628 int cache_only, u64 min_trans);
2631 struct btrfs_path *path, int cache_only,
2664 int start_slot, int cache_only, u64 *last_ret,
2986 struct btrfs_root *root, int cache_only);
/linux-3.4.99/sound/soc/
Dsoc-io.c36 if (codec->cache_only) { in hw_write()
52 if (codec->cache_only) in hw_read()
Dsoc-core.c281 &codec->cache_only); in soc_init_codec_debugfs()
/linux-3.4.99/drivers/base/regmap/
Dinternal.h69 u32 cache_only; member
Dregmap.c378 map->cache_only = false; in regmap_reinit_cache()
428 if (map->cache_only) { in _regmap_raw_write()
488 if (map->cache_only) { in _regmap_write()
666 if (map->cache_only) in _regmap_read()
Dregcache.c367 map->cache_only = enable; in regcache_cache_only()
404 WARN_ON(map->cache_only && enable); in regcache_cache_bypass()
Dregmap-debugfs.c266 &map->cache_only); in regmap_debugfs_init()
/linux-3.4.99/sound/soc/codecs/
Dtlv320aic3x.c1102 codec->cache_only = 0; in aic3x_set_power()
1118 codec->cache_only = 1; in aic3x_set_power()
1355 codec->cache_only = 1; in aic3x_probe()
Dwm8770.c477 codec->cache_only = 0; in wm8770_sync_cache()
Drt5631.c1564 codec->cache_only = false; in rt5631_set_bias_level()
Dmax98088.c1603 codec->cache_only = 0; in max98088_sync_cache()
Dwm8994.c3095 codec->cache_only = 1; in wm8994_codec_resume()
3101 codec->cache_only = 0; in wm8994_codec_resume()
/linux-3.4.99/include/sound/
Dsoc.h589 u32 cache_only; /* Suppress writes to hardware */ member