Home
last modified time | relevance | path

Searched refs:ATTR_LIST (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/ext4/
Dsysfs.c164 #define ATTR_LIST(name) &ext4_attr_##name.attr macro
196 ATTR_LIST(delayed_allocation_blocks),
197 ATTR_LIST(session_write_kbytes),
198 ATTR_LIST(lifetime_write_kbytes),
199 ATTR_LIST(reserved_clusters),
200 ATTR_LIST(inode_readahead_blks),
201 ATTR_LIST(inode_goal),
202 ATTR_LIST(mb_stats),
203 ATTR_LIST(mb_max_to_scan),
204 ATTR_LIST(mb_min_to_scan),
[all …]
/Linux-v4.19/fs/f2fs/
Dsysfs.c438 #define ATTR_LIST(name) (&f2fs_attr_##name.attr) macro
440 ATTR_LIST(gc_urgent_sleep_time),
441 ATTR_LIST(gc_min_sleep_time),
442 ATTR_LIST(gc_max_sleep_time),
443 ATTR_LIST(gc_no_gc_sleep_time),
444 ATTR_LIST(gc_idle),
445 ATTR_LIST(gc_urgent),
446 ATTR_LIST(reclaim_segments),
447 ATTR_LIST(max_small_discards),
448 ATTR_LIST(discard_granularity),
[all …]
/Linux-v4.19/arch/mips/alchemy/devboards/
Dpm.c210 #define ATTR_LIST(x) & x ## _attribute.attr macro
212 ATTR_LIST(gpio0),
213 ATTR_LIST(gpio1),
214 ATTR_LIST(gpio2),
215 ATTR_LIST(gpio3),
216 ATTR_LIST(gpio4),
217 ATTR_LIST(gpio5),
218 ATTR_LIST(gpio6),
219 ATTR_LIST(gpio7),
220 ATTR_LIST(timer),
[all …]
/Linux-v4.19/fs/xfs/
Dxfs_sysfs.c38 #define ATTR_LIST(name) &xfs_sysfs_attr_##name.attr macro
187 ATTR_LIST(bug_on_assert),
188 ATTR_LIST(log_recovery_delay),
189 ATTR_LIST(mount_delay),
245 ATTR_LIST(stats),
246 ATTR_LIST(stats_clear),
328 ATTR_LIST(log_head_lsn),
329 ATTR_LIST(log_tail_lsn),
330 ATTR_LIST(reserve_grant_head),
331 ATTR_LIST(write_grant_head),
[all …]