Searched refs:nr_shrunk (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ext4/ |
D | extents_status.c | 980 int nr_shrunk = 0; in __es_shrink() local 1019 nr_shrunk += es_reclaim_extents(ei, &nr_to_scan); in __es_shrink() 1032 if ((nr_shrunk == 0) && nr_skipped && !retried) { in __es_shrink() 1037 if (locked_ei && nr_shrunk == 0) in __es_shrink() 1038 nr_shrunk = es_reclaim_extents(locked_ei, &nr_to_scan); in __es_shrink() 1050 es_stats->es_stats_shrunk = (nr_shrunk + in __es_shrink() 1053 es_stats->es_stats_shrunk = nr_shrunk; in __es_shrink() 1055 trace_ext4_es_shrink(sbi->s_sb, nr_shrunk, scan_time, in __es_shrink() 1057 return nr_shrunk; in __es_shrink() 1078 int ret, nr_shrunk; in ext4_es_scan() local [all …]
|
/linux-4.1.27/include/trace/events/ |
D | ext4.h | 2435 TP_PROTO(struct super_block *sb, int nr_shrunk, int cache_cnt), 2437 TP_ARGS(sb, nr_shrunk, cache_cnt), 2441 __field( int, nr_shrunk ) 2447 __entry->nr_shrunk = nr_shrunk; 2453 __entry->nr_shrunk, __entry->cache_cnt) 2482 TP_PROTO(struct super_block *sb, int nr_shrunk, u64 scan_time, 2485 TP_ARGS(sb, nr_shrunk, scan_time, nr_skipped, retried), 2489 __field( int, nr_shrunk ) 2497 __entry->nr_shrunk = nr_shrunk; 2505 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->nr_shrunk,
|