Lines Matching refs:ip
361 TP_PROTO(struct xfs_inode *ip, struct xfs_iext_cursor *cur, int state,
363 TP_ARGS(ip, cur, state, caller_ip),
380 ifp = xfs_iext_state_to_fork(ip, state);
382 __entry->dev = VFS_I(ip)->i_sb->s_dev;
383 __entry->ino = ip->i_ino;
409 TP_PROTO(struct xfs_inode *ip, struct xfs_iext_cursor *cur, int state, \
411 TP_ARGS(ip, cur, state, caller_ip))
705 TP_PROTO(struct xfs_inode *ip, unsigned lock_flags,
707 TP_ARGS(ip, lock_flags, caller_ip),
715 __entry->dev = VFS_I(ip)->i_sb->s_dev;
716 __entry->ino = ip->i_ino;
729 TP_PROTO(struct xfs_inode *ip, unsigned lock_flags, \
731 TP_ARGS(ip, lock_flags, caller_ip))
738 TP_PROTO(struct xfs_inode *ip),
739 TP_ARGS(ip),
746 __entry->dev = VFS_I(ip)->i_sb->s_dev;
747 __entry->ino = ip->i_ino;
748 __entry->iflags = ip->i_flags;
758 TP_PROTO(struct xfs_inode *ip), \
759 TP_ARGS(ip))
812 TP_PROTO(struct xfs_inode *ip, unsigned int order, bool write_fault),
813 TP_ARGS(ip, order, write_fault),
821 __entry->dev = VFS_I(ip)->i_sb->s_dev;
822 __entry->ino = ip->i_ino;
834 TP_PROTO(struct xfs_inode *ip, unsigned long caller_ip),
835 TP_ARGS(ip, caller_ip),
844 __entry->dev = VFS_I(ip)->i_sb->s_dev;
845 __entry->ino = ip->i_ino;
846 __entry->count = atomic_read(&VFS_I(ip)->i_count);
847 __entry->pincount = atomic_read(&ip->i_pincount);
859 TP_PROTO(struct xfs_inode *ip, xfs_fsblock_t blocks, int shift,
861 TP_ARGS(ip, blocks, shift, writeio_blocks),
870 __entry->dev = VFS_I(ip)->i_sb->s_dev;
871 __entry->ino = ip->i_ino;
937 TP_PROTO(struct xfs_inode *ip, unsigned long caller_ip), \
938 TP_ARGS(ip, caller_ip))
1444 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
1446 TP_ARGS(ip, offset, count, whichfork, irec),
1459 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1460 __entry->ino = ip->i_ino;
1461 __entry->size = ip->i_disk_size;
1484 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \
1486 TP_ARGS(ip, offset, count, whichfork, irec))
1493 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count),
1494 TP_ARGS(ip, offset, count),
1504 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1505 __entry->ino = ip->i_ino;
1506 __entry->isize = VFS_I(ip)->i_size;
1507 __entry->disize = ip->i_disk_size;
1523 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \
1524 TP_ARGS(ip, offset, count))
1535 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size),
1536 TP_ARGS(ip, new_size),
1544 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1545 __entry->ino = ip->i_ino;
1546 __entry->size = ip->i_disk_size;
1558 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), \
1559 TP_ARGS(ip, new_size))
1564 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish),
1565 TP_ARGS(ip, start, finish),
1574 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1575 __entry->ino = ip->i_ino;
1576 __entry->size = ip->i_disk_size;
1589 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len,
1591 TP_ARGS(ip, fileoff, len, flags, caller_ip),
1602 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1603 __entry->ino = ip->i_ino;
1604 __entry->size = ip->i_disk_size;
2163 TP_PROTO(struct xfs_inode *ip, int which),
2164 TP_ARGS(ip, which),
2175 __entry->dev = VFS_I(ip)->i_sb->s_dev;
2177 __entry->ino = ip->i_ino;
2178 __entry->format = ip->i_df.if_format;
2179 __entry->nex = ip->i_df.if_nextents;
2180 __entry->broot_size = ip->i_df.if_broot_bytes;
2181 __entry->fork_off = xfs_inode_fork_boff(ip);
2196 TP_PROTO(struct xfs_inode *ip, int which), \
2197 TP_ARGS(ip, which))
3278 TP_PROTO(struct xfs_inode *ip, int error, unsigned long caller_ip),
3279 TP_ARGS(ip, error, caller_ip),
3287 __entry->dev = VFS_I(ip)->i_sb->s_dev;
3288 __entry->ino = ip->i_ino;
3301 TP_PROTO(struct xfs_inode *ip, int error, \
3303 TP_ARGS(ip, error, caller_ip))
3359 TP_PROTO(struct xfs_inode *ip, struct xfs_bmbt_irec *irec),
3360 TP_ARGS(ip, irec),
3370 __entry->dev = VFS_I(ip)->i_sb->s_dev;
3371 __entry->ino = ip->i_ino;
3387 TP_PROTO(struct xfs_inode *ip, struct xfs_bmbt_irec *irec), \
3388 TP_ARGS(ip, irec))
3392 TP_PROTO(struct xfs_inode *ip, const struct iomap *iomap, unsigned int wpcseq, int whichfork),
3393 TP_ARGS(ip, iomap, wpcseq, whichfork),
3406 __entry->dev = VFS_I(ip)->i_sb->s_dev;
3407 __entry->ino = ip->i_ino;
3414 __entry->forkseq = READ_ONCE(xfs_ifork_ptr(ip, whichfork)->if_seq);
3429 TP_PROTO(struct xfs_inode *ip, const struct iomap *iomap, unsigned int wpcseq, int whichfork), \
3430 TP_ARGS(ip, iomap, wpcseq, whichfork))
3435 TP_PROTO(struct xfs_inode *ip, const struct iomap *iomap),
3436 TP_ARGS(ip, iomap),
3449 __entry->dev = VFS_I(ip)->i_sb->s_dev;
3450 __entry->ino = ip->i_ino;
3457 __entry->inodeseq = xfs_iomap_inode_sequence(ip, iomap->flags);
3472 TP_PROTO(struct xfs_inode *ip, const struct iomap *iomap), \
3473 TP_ARGS(ip, iomap))
3828 TP_PROTO(struct xfs_inode *ip),
3829 TP_ARGS(ip),
3838 __entry->dev = ip->i_mount->m_super->s_dev;
3839 __entry->agno = XFS_INO_TO_AGNO(ip->i_mount, ip->i_ino);
3840 __entry->agino = XFS_INO_TO_AGINO(ip->i_mount, ip->i_ino);
3841 __entry->prev_agino = ip->i_prev_unlinked;
3842 __entry->next_agino = ip->i_next_unlinked;
3853 TP_PROTO(struct xfs_inode *ip),
3854 TP_ARGS(ip),
3861 __entry->dev = ip->i_mount->m_super->s_dev;
3862 __entry->agno = XFS_INO_TO_AGNO(ip->i_mount, ip->i_ino);
3863 __entry->agino = XFS_INO_TO_AGINO(ip->i_mount, ip->i_ino);
3873 TP_PROTO(struct xfs_inode *ip),
3874 TP_ARGS(ip),
3881 __entry->dev = VFS_I(ip)->i_sb->s_dev;
3882 __entry->agno = XFS_INO_TO_AGNO(ip->i_mount, ip->i_ino);
3883 __entry->agino = XFS_INO_TO_AGINO(ip->i_mount, ip->i_ino);
3892 TP_PROTO(struct xfs_inode *ip), \
3893 TP_ARGS(ip))
3950 TP_PROTO(struct xfs_inode *ip, unsigned int flags),
3951 TP_ARGS(ip, flags),
3958 __entry->dev = ip->i_mount->m_super->s_dev;
3959 __entry->ino = ip->i_ino;
3968 TP_PROTO(struct xfs_inode *ip, unsigned int flags), \
3969 TP_ARGS(ip, flags))
4121 cur->bc_ino.ip->i_ino);
4123 cur->bc_ino.ip->i_ino);
4375 TP_PROTO(int das, struct xfs_inode *ip),
4376 TP_ARGS(das, ip),
4383 __entry->ino = ip->i_ino;
4392 TP_PROTO(int das, struct xfs_inode *ip), \
4393 TP_ARGS(das, ip))