Searched refs:ATTR_LIST (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/mips/alchemy/devboards/ |
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), [all …]
|
/linux-4.1.27/fs/xfs/ |
D | xfs_sysfs.c | 42 #define ATTR_LIST(name) &xfs_sysfs_attr_##name.attr macro 88 ATTR_LIST(log_recovery_delay), 191 ATTR_LIST(log_head_lsn), 192 ATTR_LIST(log_tail_lsn), 193 ATTR_LIST(reserve_grant_head), 194 ATTR_LIST(write_grant_head),
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 210 #define ATTR_LIST(name) (&f2fs_attr_##name.attr) macro 212 ATTR_LIST(gc_min_sleep_time), 213 ATTR_LIST(gc_max_sleep_time), 214 ATTR_LIST(gc_no_gc_sleep_time), 215 ATTR_LIST(gc_idle), 216 ATTR_LIST(reclaim_segments), 217 ATTR_LIST(max_small_discards), 218 ATTR_LIST(batched_trim_sections), 219 ATTR_LIST(ipu_policy), 220 ATTR_LIST(min_ipu_util), [all …]
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 2645 #define ATTR_LIST(name) &ext4_attr_##name.attr macro 2682 ATTR_LIST(delayed_allocation_blocks), 2683 ATTR_LIST(session_write_kbytes), 2684 ATTR_LIST(lifetime_write_kbytes), 2685 ATTR_LIST(reserved_clusters), 2686 ATTR_LIST(inode_readahead_blks), 2687 ATTR_LIST(inode_goal), 2688 ATTR_LIST(mb_stats), 2689 ATTR_LIST(mb_max_to_scan), 2690 ATTR_LIST(mb_min_to_scan), [all …]
|