Lines Matching refs:node_cnt
1907 TP_PROTO(struct f2fs_sb_info *sbi, unsigned int node_cnt,
1910 TP_ARGS(sbi, node_cnt, tree_cnt, type),
1914 __field(unsigned int, node_cnt)
1921 __entry->node_cnt = node_cnt;
1926 TP_printk("dev = (%d,%d), shrunk: node_cnt = %u, tree_cnt = %u, type = %s",
1928 __entry->node_cnt,
1935 TP_PROTO(struct inode *inode, unsigned int node_cnt,
1938 TP_ARGS(inode, node_cnt, type),
1943 __field(unsigned int, node_cnt)
1950 __entry->node_cnt = node_cnt;
1954 TP_printk("dev = (%d,%d), ino = %lu, destroyed: node_cnt = %u, type = %s",
1956 __entry->node_cnt,