Lines Matching refs:rsv_blocks
1757 TP_PROTO(struct super_block *sb, int blocks, int rsv_blocks,
1760 TP_ARGS(sb, blocks, rsv_blocks, revoke_creds, type, IP),
1766 __field( int, rsv_blocks )
1775 __entry->rsv_blocks = rsv_blocks;
1780 TP_printk("dev %d,%d blocks %d, rsv_blocks %d, revoke_creds %d,"
1782 MINOR(__entry->dev), __entry->blocks, __entry->rsv_blocks,
1787 TP_PROTO(struct inode *inode, int blocks, int rsv_blocks,
1790 TP_ARGS(inode, blocks, rsv_blocks, revoke_creds, type, IP),
1797 __field( int, rsv_blocks )
1806 __entry->rsv_blocks = rsv_blocks;
1812 TP_printk("dev %d,%d blocks %d, rsv_blocks %d, revoke_creds %d,"
1814 MINOR(__entry->dev), __entry->blocks, __entry->rsv_blocks,