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))
695 TP_PROTO(struct xfs_inode *ip, unsigned long caller_ip),
696 TP_ARGS(ip, caller_ip),
705 __entry->dev = VFS_I(ip)->i_sb->s_dev;
706 __entry->ino = ip->i_ino;
707 __entry->count = atomic_read(&VFS_I(ip)->i_count);
708 __entry->pincount = atomic_read(&ip->i_pincount);
720 TP_PROTO(struct xfs_inode *ip, xfs_fsblock_t blocks, int shift,
722 TP_ARGS(ip, blocks, shift, writeio_blocks),
731 __entry->dev = VFS_I(ip)->i_sb->s_dev;
732 __entry->ino = ip->i_ino;
792 TP_PROTO(struct xfs_inode *ip, unsigned long caller_ip), \
793 TP_ARGS(ip, caller_ip))
1139 TP_PROTO(struct xfs_inode *ip, size_t count, loff_t offset, int flags),
1140 TP_ARGS(ip, count, offset, flags),
1150 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1151 __entry->ino = ip->i_ino;
1152 __entry->size = ip->i_d.di_size;
1169 TP_PROTO(struct xfs_inode *ip, size_t count, loff_t offset, int flags), \
1170 TP_ARGS(ip, count, offset, flags))
1226 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count,
1228 TP_ARGS(ip, offset, count, type, irec),
1241 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1242 __entry->ino = ip->i_ino;
1243 __entry->size = ip->i_d.di_size;
1266 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count, \
1268 TP_ARGS(ip, offset, count, type, irec))
1280 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count),
1281 TP_ARGS(ip, offset, count),
1291 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1292 __entry->ino = ip->i_ino;
1293 __entry->isize = VFS_I(ip)->i_size;
1294 __entry->disize = ip->i_d.di_size;
1310 TP_PROTO(struct xfs_inode *ip, xfs_off_t offset, ssize_t count), \
1311 TP_ARGS(ip, offset, count))
1319 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size),
1320 TP_ARGS(ip, new_size),
1328 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1329 __entry->ino = ip->i_ino;
1330 __entry->size = ip->i_d.di_size;
1342 TP_PROTO(struct xfs_inode *ip, xfs_fsize_t new_size), \
1343 TP_ARGS(ip, new_size))
1348 TP_PROTO(struct xfs_inode *ip, xfs_off_t start, xfs_off_t finish),
1349 TP_ARGS(ip, start, finish),
1358 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1359 __entry->ino = ip->i_ino;
1360 __entry->size = ip->i_d.di_size;
1373 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len,
1375 TP_ARGS(ip, bno, len, flags, caller_ip),
1386 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1387 __entry->ino = ip->i_ino;
1388 __entry->size = ip->i_d.di_size;
1922 TP_PROTO(struct xfs_inode *ip, int which),
1923 TP_ARGS(ip, which),
1934 __entry->dev = VFS_I(ip)->i_sb->s_dev;
1936 __entry->ino = ip->i_ino;
1937 __entry->format = ip->i_d.di_format;
1938 __entry->nex = ip->i_d.di_nextents;
1939 __entry->broot_size = ip->i_df.if_broot_bytes;
1940 __entry->fork_off = XFS_IFORK_BOFF(ip);
1955 TP_PROTO(struct xfs_inode *ip, int which), \
1956 TP_ARGS(ip, which))