Searched refs:nr_shrunk (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | ext4.h | 2522 TP_PROTO(struct super_block *sb, int nr_shrunk, int cache_cnt), 2524 TP_ARGS(sb, nr_shrunk, cache_cnt), 2528 __field( int, nr_shrunk ) 2534 __entry->nr_shrunk = nr_shrunk; 2540 __entry->nr_shrunk, __entry->cache_cnt) 2594 TP_PROTO(struct super_block *sb, int nr_shrunk, u64 scan_time, 2597 TP_ARGS(sb, nr_shrunk, scan_time, nr_skipped, retried), 2601 __field( int, nr_shrunk ) 2609 __entry->nr_shrunk = nr_shrunk; 2617 MAJOR(__entry->dev), MINOR(__entry->dev), __entry->nr_shrunk,
|