Lines Matching refs:ip
216 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx,
218 TP_ARGS(ip, idx, r, state, caller_ip),
231 __entry->dev = VFS_I(ip)->i_sb->s_dev;
232 __entry->ino = ip->i_ino;
255 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, int state,
257 TP_ARGS(ip, idx, state, caller_ip),
271 ip->i_afp : &ip->i_df;
275 __entry->dev = VFS_I(ip)->i_sb->s_dev;
276 __entry->ino = ip->i_ino;
300 TP_PROTO(struct xfs_inode *ip, xfs_extnum_t idx, int state, \
302 TP_ARGS(ip, idx, state, caller_ip))
543 TP_PROTO(struct xfs_inode *ip, xfs_agnumber_t agno),
544 TP_ARGS(ip, agno),
552 __entry->dev = VFS_I(ip)->i_sb->s_dev;
553 __entry->ino = ip->i_ino;
555 __entry->streams = xfs_filestream_peek_ag(ip->i_mount, agno);
565 TP_PROTO(struct xfs_inode *ip, xfs_agnumber_t agno), \
566 TP_ARGS(ip, agno))
572 TP_PROTO(struct xfs_inode *ip, xfs_agnumber_t agno,
574 TP_ARGS(ip, agno, free, nscan),
584 __entry->dev = VFS_I(ip)->i_sb->s_dev;
585 __entry->ino = ip->i_ino;
587 __entry->streams = xfs_filestream_peek_ag(ip->i_mount, agno);
601 TP_PROTO(struct xfs_inode *ip, unsigned lock_flags,
603 TP_ARGS(ip, lock_flags, caller_ip),
611 __entry->dev = VFS_I(ip)->i_sb->s_dev;
612 __entry->ino = ip->i_ino;
625 TP_PROTO(struct xfs_inode *ip, unsigned lock_flags, \
627 TP_ARGS(ip, lock_flags, caller_ip))
634 TP_PROTO(struct xfs_inode *ip),
635 TP_ARGS(ip),
641 __entry->dev = VFS_I(ip)->i_sb->s_dev;
642 __entry->ino = ip->i_ino;
651 TP_PROTO(struct xfs_inode *ip), \
652 TP_ARGS(ip))
693 TP_PROTO(struct xfs_inode *ip, unsigned long caller_ip),
694 TP_ARGS(ip, caller_ip),
703 __entry->dev = VFS_I(ip)->i_sb->s_dev;
704 __entry->ino = ip->i_ino;
705 __entry->count = atomic_read(&VFS_I(ip)->i_count);
706 __entry->pincount = atomic_read(&ip->i_pincount);
718 TP_PROTO(struct xfs_inode *ip, xfs_fsblock_t blocks, int shift,
720 TP_ARGS(ip, blocks, shift, writeio_blocks),
729 __entry->dev = VFS_I(ip)->i_sb->s_dev;
730 __entry->ino = ip->i_ino;
743 TP_PROTO(struct xfs_inode *ip, unsigned long caller_ip), \
744 TP_ARGS(ip, caller_ip))
1090 TP_PROTO(struct xfs_inode *ip, size_t count, loff_t offset, int flags),
1091 TP_ARGS(ip, count, offset, flags),
1101 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1102 __entry->ino = ip->i_ino;
1103 __entry->size = ip->i_d.di_size;
1120 TP_PROTO(struct xfs_inode *ip, size_t count, loff_t offset, int flags), \
1121 TP_ARGS(ip, count, offset, flags))
1177 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
1179 TP_ARGS(ip, offset, count, type, irec),
1192 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1193 __entry->ino = ip->i_ino;
1194 __entry->size = ip->i_d.di_size;
1217 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \
1219 TP_ARGS(ip, offset, count, type, irec))
1231 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count),
1232 TP_ARGS(ip, offset, count),
1242 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1243 __entry->ino = ip->i_ino;
1244 __entry->isize = VFS_I(ip)->i_size;
1245 __entry->disize = ip->i_d.di_size;
1261 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \
1262 TP_ARGS(ip, offset, count))
1269 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size),
1270 TP_ARGS(ip, new_size),
1278 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1279 __entry->ino = ip->i_ino;
1280 __entry->size = ip->i_d.di_size;
1292 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), \
1293 TP_ARGS(ip, new_size))
1298 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish),
1299 TP_ARGS(ip, start, finish),
1308 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1309 __entry->ino = ip->i_ino;
1310 __entry->size = ip->i_d.di_size;
1323 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len,
1325 TP_ARGS(ip, bno, len, flags, caller_ip),
1336 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1337 __entry->ino = ip->i_ino;
1338 __entry->size = ip->i_d.di_size;
1872 TP_PROTO(struct xfs_inode *ip, int which),
1873 TP_ARGS(ip, which),
1884 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1886 __entry->ino = ip->i_ino;
1887 __entry->format = ip->i_d.di_format;
1888 __entry->nex = ip->i_d.di_nextents;
1889 __entry->broot_size = ip->i_df.if_broot_bytes;
1890 __entry->fork_off = XFS_IFORK_BOFF(ip);
1905 TP_PROTO(struct xfs_inode *ip, int which), \
1906 TP_ARGS(ip, which))