Searched refs:ATTR_LIST (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/fs/ext4/ |
H A D | sysfs.c | 163 #define ATTR_LIST(name) &ext4_attr_##name.attr macro 195 ATTR_LIST(delayed_allocation_blocks), 196 ATTR_LIST(session_write_kbytes), 197 ATTR_LIST(lifetime_write_kbytes), 198 ATTR_LIST(reserved_clusters), 199 ATTR_LIST(inode_readahead_blks), 200 ATTR_LIST(inode_goal), 201 ATTR_LIST(mb_stats), 202 ATTR_LIST(mb_max_to_scan), 203 ATTR_LIST(mb_min_to_scan), 204 ATTR_LIST(mb_order2_req), 205 ATTR_LIST(mb_stream_req), 206 ATTR_LIST(mb_group_prealloc), 207 ATTR_LIST(max_writeback_mb_bump), 208 ATTR_LIST(extent_max_zeroout_kb), 209 ATTR_LIST(trigger_fs_error), 210 ATTR_LIST(err_ratelimit_interval_ms), 211 ATTR_LIST(err_ratelimit_burst), 212 ATTR_LIST(warning_ratelimit_interval_ms), 213 ATTR_LIST(warning_ratelimit_burst), 214 ATTR_LIST(msg_ratelimit_interval_ms), 215 ATTR_LIST(msg_ratelimit_burst), 216 ATTR_LIST(errors_count), 217 ATTR_LIST(first_error_time), 218 ATTR_LIST(last_error_time), 230 ATTR_LIST(lazy_itable_init), 231 ATTR_LIST(batched_discard), 232 ATTR_LIST(meta_bg_resize), 233 ATTR_LIST(encryption), 234 ATTR_LIST(metadata_csum_seed),
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
H A D | pm.c | 209 #define ATTR_LIST(x) & x ## _attribute.attr macro 211 ATTR_LIST(gpio0), 212 ATTR_LIST(gpio1), 213 ATTR_LIST(gpio2), 214 ATTR_LIST(gpio3), 215 ATTR_LIST(gpio4), 216 ATTR_LIST(gpio5), 217 ATTR_LIST(gpio6), 218 ATTR_LIST(gpio7), 219 ATTR_LIST(timer), 220 ATTR_LIST(timer_timeout), 221 ATTR_LIST(wakesrc), 222 ATTR_LIST(wakemsk),
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_sysfs.c | 46 #define ATTR_LIST(name) &xfs_sysfs_attr_##name.attr macro 120 ATTR_LIST(log_recovery_delay), 176 ATTR_LIST(stats), 177 ATTR_LIST(stats_clear), 259 ATTR_LIST(log_head_lsn), 260 ATTR_LIST(log_tail_lsn), 261 ATTR_LIST(reserve_grant_head), 262 ATTR_LIST(write_grant_head),
|
/linux-4.4.14/fs/f2fs/ |
H A D | super.c | 221 #define ATTR_LIST(name) (&f2fs_attr_##name.attr) macro 223 ATTR_LIST(gc_min_sleep_time), 224 ATTR_LIST(gc_max_sleep_time), 225 ATTR_LIST(gc_no_gc_sleep_time), 226 ATTR_LIST(gc_idle), 227 ATTR_LIST(reclaim_segments), 228 ATTR_LIST(max_small_discards), 229 ATTR_LIST(batched_trim_sections), 230 ATTR_LIST(ipu_policy), 231 ATTR_LIST(min_ipu_util), 232 ATTR_LIST(min_fsync_blocks), 233 ATTR_LIST(max_victim_search), 234 ATTR_LIST(dir_level), 235 ATTR_LIST(ram_thresh), 236 ATTR_LIST(ra_nid_pages), 237 ATTR_LIST(cp_interval),
|
Completed in 168 milliseconds