Home
last modified time | relevance | path

Searched refs:rw_attribute (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/md/bcache/
Dsysfs.c107 rw_attribute(congested_read_threshold_us);
108 rw_attribute(congested_write_threshold_us);
110 rw_attribute(sequential_cutoff);
111 rw_attribute(data_csum);
112 rw_attribute(cache_mode);
113 rw_attribute(readahead_cache_policy);
114 rw_attribute(stop_when_cache_set_failed);
115 rw_attribute(writeback_metadata);
116 rw_attribute(writeback_running);
117 rw_attribute(writeback_percent);
[all …]
Dsysfs.h49 #define rw_attribute(n) __sysfs_attribute(n, 0644) macro