Searched refs:tree_cnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/f2fs/
H A Dextent_cache.c899 unsigned int node_cnt = 0, tree_cnt = 0; local
921 tree_cnt++;
923 if (node_cnt + tree_cnt >= nr_shrink)
934 remained = nr_shrink - (node_cnt + tree_cnt);
963 trace_f2fs_shrink_extent_tree(sbi, node_cnt, tree_cnt, type);
965 return node_cnt + tree_cnt;
/linux-master/include/trace/events/
H A Df2fs.h1851 unsigned int tree_cnt, enum extent_type type),
1853 TP_ARGS(sbi, node_cnt, tree_cnt, type),
1858 __field(unsigned int, tree_cnt)
1865 __entry->tree_cnt = tree_cnt;
1869 TP_printk("dev = (%d,%d), shrunk: node_cnt = %u, tree_cnt = %u, type = %s",
1872 __entry->tree_cnt,

Completed in 84 milliseconds