Searched refs:nr_shrunk (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/fs/ext4/ |
| D | extents_status.c | 1474 int nr_shrunk = 0; in __es_shrink() local 1513 nr_shrunk += es_reclaim_extents(ei, &nr_to_scan); in __es_shrink() 1526 if ((nr_shrunk == 0) && nr_skipped && !retried) { in __es_shrink() 1531 if (locked_ei && nr_shrunk == 0) in __es_shrink() 1532 nr_shrunk = es_reclaim_extents(locked_ei, &nr_to_scan); in __es_shrink() 1544 es_stats->es_stats_shrunk = (nr_shrunk + in __es_shrink() 1547 es_stats->es_stats_shrunk = nr_shrunk; in __es_shrink() 1549 trace_ext4_es_shrink(sbi->s_sb, nr_shrunk, scan_time, in __es_shrink() 1551 return nr_shrunk; in __es_shrink() 1572 int ret, nr_shrunk; in ext4_es_scan() local [all …]
|
| /Linux-v5.10/include/trace/events/ |
| D | ext4.h | 2511 TP_PROTO(struct super_block *sb, int nr_shrunk, int cache_cnt), 2513 TP_ARGS(sb, nr_shrunk, cache_cnt), 2517 __field( int, nr_shrunk ) 2523 __entry->nr_shrunk = nr_shrunk; 2529 __entry->nr_shrunk, __entry->cache_cnt) 2583 TP_PROTO(struct super_block *sb, int nr_shrunk, u64 scan_time, 2586 TP_ARGS(sb, nr_shrunk, scan_time, nr_skipped, retried), 2590 __field( int, nr_shrunk ) 2598 __entry->nr_shrunk = nr_shrunk; 2606 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->nr_shrunk,
|