Searched refs:rw_attribute (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/bcache/
H A 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_percen
[all...]
H A Dsysfs.h49 #define rw_attribute(n) __sysfs_attribute(n, 0644) macro
/linux-master/fs/bcachefs/
H A Dsysfs.c97 #define rw_attribute(n) __sysfs_attribute(n, 0644) macro
145 rw_attribute(btree_gc_periodic);
146 rw_attribute(gc_gens_pos);
154 rw_attribute(durability);
211 rw_attribute(discard);
212 rw_attribute(label);
214 rw_attribute(copy_gc_enabled);
217 rw_attribute(rebalance_enabled);
220 rw_attribute(promote_whole_extents);
H A Dutil.h392 rw_attribute(name##_rate); \
393 rw_attribute(name##_rate_bytes); \
394 rw_attribute(name##_rate_d_term); \
395 rw_attribute(name##_rate_p_term_inverse); \

Completed in 153 milliseconds