sysfs_print        63 drivers/md/bcache/stats.c 	sysfs_print(cache_hit_ratio,
sysfs_print       252 drivers/md/bcache/sysfs.c 	sysfs_print(running,		atomic_read(&dc->running));
sysfs_print       253 drivers/md/bcache/sysfs.c 	sysfs_print(state,		states[BDEV_STATE(&dc->sb)]);
sysfs_print       709 drivers/md/bcache/sysfs.c 	sysfs_print(synchronous,		CACHE_SYNC(&c->sb));
sysfs_print       710 drivers/md/bcache/sysfs.c 	sysfs_print(journal_delay_ms,		c->journal_delay_ms);
sysfs_print       713 drivers/md/bcache/sysfs.c 	sysfs_print(tree_depth,			c->root->level);
sysfs_print       714 drivers/md/bcache/sysfs.c 	sysfs_print(root_usage_percent,		bch_root_usage(c));
sysfs_print       717 drivers/md/bcache/sysfs.c 	sysfs_print(btree_cache_max_chain,	bch_cache_max_chain(c));
sysfs_print       718 drivers/md/bcache/sysfs.c 	sysfs_print(cache_available_percent,	100 - c->gc_stats.in_use);
sysfs_print       725 drivers/md/bcache/sysfs.c 	sysfs_print(btree_used_percent,	bch_btree_used(c));
sysfs_print       726 drivers/md/bcache/sysfs.c 	sysfs_print(btree_nodes,	c->gc_stats.nodes);
sysfs_print       729 drivers/md/bcache/sysfs.c 	sysfs_print(cache_read_races,
sysfs_print       732 drivers/md/bcache/sysfs.c 	sysfs_print(reclaim,
sysfs_print       735 drivers/md/bcache/sysfs.c 	sysfs_print(reclaimed_journal_buckets,
sysfs_print       738 drivers/md/bcache/sysfs.c 	sysfs_print(flush_write,
sysfs_print       741 drivers/md/bcache/sysfs.c 	sysfs_print(writeback_keys_done,
sysfs_print       743 drivers/md/bcache/sysfs.c 	sysfs_print(writeback_keys_failed,
sysfs_print       751 drivers/md/bcache/sysfs.c 	sysfs_print(io_error_halflife,	c->error_decay * 88);
sysfs_print       752 drivers/md/bcache/sysfs.c 	sysfs_print(io_error_limit,	c->error_limit);
sysfs_print       756 drivers/md/bcache/sysfs.c 	sysfs_print(congested_read_threshold_us,
sysfs_print       758 drivers/md/bcache/sysfs.c 	sysfs_print(congested_write_threshold_us,
sysfs_print       761 drivers/md/bcache/sysfs.c 	sysfs_print(cutoff_writeback, bch_cutoff_writeback);
sysfs_print       762 drivers/md/bcache/sysfs.c 	sysfs_print(cutoff_writeback_sync, bch_cutoff_writeback_sync);
sysfs_print       764 drivers/md/bcache/sysfs.c 	sysfs_print(active_journal_entries,	fifo_used(&c->journal.pin));
sysfs_print       999 drivers/md/bcache/sysfs.c 	sysfs_print(nbuckets,		ca->sb.nbuckets);
sysfs_print      1000 drivers/md/bcache/sysfs.c 	sysfs_print(discard,		ca->discard);
sysfs_print      1008 drivers/md/bcache/sysfs.c 	sysfs_print(io_errors,
sysfs_print        73 drivers/md/bcache/sysfs.h #define var_print(_var)		sysfs_print(_var, var(_var))
sysfs_print       392 drivers/md/bcache/util.h 	sysfs_print(name ## _ ## stat ## _ ## units,			\
sysfs_print       403 drivers/md/bcache/util.h 	sysfs_print(name ## _ ##max_duration ## _ ## duration_units,	\
sysfs_print       407 drivers/md/bcache/util.h 	sysfs_print(name ## _last_ ## frequency_units, (stats)->last	\