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

/linux-master/drivers/base/regmap/
H A Dregmap-debugfs.c464 struct regmap, cache_only);
479 if (new_val && !map->cache_only) {
480 dev_warn(map->dev, "debugfs cache_only=Y forced\n");
482 } else if (!new_val && map->cache_only) {
483 dev_warn(map->dev, "debugfs cache_only=N forced: syncing cache\n");
486 map->cache_only = new_val;
630 debugfs_create_file("cache_only", 0600, map->debugfs,
631 &map->cache_only, &regmap_cache_only_fops);
H A Dregmap.c1432 map->cache_only = false;
1641 if (map->cache_only) {
1913 if (map->cache_only) {
2104 if (map->cache_only) {
2562 if (map->cache_only) {
2794 if (map->cache_only)
2855 bool bypass, cache_only; local
2863 cache_only = map->cache_only;
2865 map->cache_only
[all...]
H A Dinternal.h146 bool cache_only; member in struct:regmap
H A Dregcache.c543 map->cache_only = enable;
560 * happened when cache_only was true.
585 WARN_ON(map->cache_only && enable);
/linux-master/drivers/iio/light/
H A Dltrf216a.c506 goto cache_only;
510 goto cache_only;
514 cache_only:
/linux-master/fs/f2fs/
H A Dfile.c647 bool cache_only)
654 if (!offset && !cache_only)
657 if (cache_only) {
673 f2fs_bug_on(F2FS_I_SB(inode), cache_only && IS_ENCRYPTED(inode));
674 if (!cache_only)
646 truncate_partial_data_page(struct inode *inode, u64 from, bool cache_only) argument

Completed in 116 milliseconds