Symbol: read_attribute
drivers/md/bcache/stats.c
44
read_attribute(cache_hits);
drivers/md/bcache/stats.c
45
read_attribute(cache_misses);
drivers/md/bcache/stats.c
46
read_attribute(cache_bypass_hits);
drivers/md/bcache/stats.c
47
read_attribute(cache_bypass_misses);
drivers/md/bcache/stats.c
48
read_attribute(cache_hit_ratio);
drivers/md/bcache/stats.c
49
read_attribute(cache_miss_collisions);
drivers/md/bcache/stats.c
50
read_attribute(bypassed);
drivers/md/bcache/sysfs.c
100
read_attribute(flush_write);
drivers/md/bcache/sysfs.c
101
read_attribute(writeback_keys_done);
drivers/md/bcache/sysfs.c
102
read_attribute(writeback_keys_failed);
drivers/md/bcache/sysfs.c
103
read_attribute(io_errors);
drivers/md/bcache/sysfs.c
104
read_attribute(congested);
drivers/md/bcache/sysfs.c
105
read_attribute(cutoff_writeback);
drivers/md/bcache/sysfs.c
106
read_attribute(cutoff_writeback_sync);
drivers/md/bcache/sysfs.c
129
read_attribute(writeback_rate_debug);
drivers/md/bcache/sysfs.c
131
read_attribute(stripe_size);
drivers/md/bcache/sysfs.c
132
read_attribute(partial_stripes_expensive);
drivers/md/bcache/sysfs.c
66
read_attribute(bucket_size);
drivers/md/bcache/sysfs.c
67
read_attribute(block_size);
drivers/md/bcache/sysfs.c
68
read_attribute(nbuckets);
drivers/md/bcache/sysfs.c
69
read_attribute(tree_depth);
drivers/md/bcache/sysfs.c
70
read_attribute(root_usage_percent);
drivers/md/bcache/sysfs.c
71
read_attribute(priority_stats);
drivers/md/bcache/sysfs.c
72
read_attribute(btree_cache_size);
drivers/md/bcache/sysfs.c
73
read_attribute(btree_cache_max_chain);
drivers/md/bcache/sysfs.c
74
read_attribute(cache_available_percent);
drivers/md/bcache/sysfs.c
75
read_attribute(written);
drivers/md/bcache/sysfs.c
76
read_attribute(btree_written);
drivers/md/bcache/sysfs.c
77
read_attribute(metadata_written);
drivers/md/bcache/sysfs.c
78
read_attribute(active_journal_entries);
drivers/md/bcache/sysfs.c
79
read_attribute(backing_dev_name);
drivers/md/bcache/sysfs.c
80
read_attribute(backing_dev_uuid);
drivers/md/bcache/sysfs.c
87
read_attribute(btree_nodes);
drivers/md/bcache/sysfs.c
88
read_attribute(btree_used_percent);
drivers/md/bcache/sysfs.c
89
read_attribute(average_key_size);
drivers/md/bcache/sysfs.c
90
read_attribute(dirty_data);
drivers/md/bcache/sysfs.c
91
read_attribute(bset_tree_stats);
drivers/md/bcache/sysfs.c
92
read_attribute(feature_compat);
drivers/md/bcache/sysfs.c
93
read_attribute(feature_ro_compat);
drivers/md/bcache/sysfs.c
94
read_attribute(feature_incompat);
drivers/md/bcache/sysfs.c
96
read_attribute(state);
drivers/md/bcache/sysfs.c
97
read_attribute(cache_read_races);
drivers/md/bcache/sysfs.c
98
read_attribute(reclaim);
drivers/md/bcache/sysfs.c
99
read_attribute(reclaimed_journal_buckets);
drivers/md/bcache/util.h
396
read_attribute(name ## _average_frequency_ ## frequency_units); \
drivers/md/bcache/util.h
397
read_attribute(name ## _average_duration_ ## duration_units); \
drivers/md/bcache/util.h
398
read_attribute(name ## _max_duration_ ## duration_units); \
drivers/md/bcache/util.h
399
read_attribute(name ## _last_ ## frequency_units)