Lines Matching refs:node_cnt
1751 TP_PROTO(struct f2fs_sb_info *sbi, unsigned int node_cnt,
1754 TP_ARGS(sbi, node_cnt, tree_cnt, type),
1758 __field(unsigned int, node_cnt)
1765 __entry->node_cnt = node_cnt;
1770 TP_printk("dev = (%d,%d), shrunk: node_cnt = %u, tree_cnt = %u, type = %s",
1772 __entry->node_cnt,
1779 TP_PROTO(struct inode *inode, unsigned int node_cnt,
1782 TP_ARGS(inode, node_cnt, type),
1787 __field(unsigned int, node_cnt)
1794 __entry->node_cnt = node_cnt;
1798 TP_printk("dev = (%d,%d), ino = %lu, destroyed: node_cnt = %u, type = %s",
1800 __entry->node_cnt,