Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/fs/f2fs/
Dsysfs.c444 #define ATTR_LIST(name) (&f2fs_attr_##name.attr) macro
446 ATTR_LIST(gc_urgent_sleep_time),
447 ATTR_LIST(gc_min_sleep_time),
448 ATTR_LIST(gc_max_sleep_time),
449 ATTR_LIST(gc_no_gc_sleep_time),
450 ATTR_LIST(gc_idle),
451 ATTR_LIST(gc_urgent),
452 ATTR_LIST(reclaim_segments),
453 ATTR_LIST(max_small_discards),
454 ATTR_LIST(discard_granularity),
[all …]
/linux-4.19.296/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 …]