Lines Matching refs:ip
45 struct xfs_inode *ip, in xfs_trans_ijoin() argument
50 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_trans_ijoin()
51 if (ip->i_itemp == NULL) in xfs_trans_ijoin()
52 xfs_inode_item_init(ip, ip->i_mount); in xfs_trans_ijoin()
53 iip = ip->i_itemp; in xfs_trans_ijoin()
72 struct xfs_inode *ip, in xfs_trans_ichgtime() argument
75 struct inode *inode = VFS_I(ip); in xfs_trans_ichgtime()
79 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_trans_ichgtime()
86 ip->i_d.di_mtime.t_sec = tv.tv_sec; in xfs_trans_ichgtime()
87 ip->i_d.di_mtime.t_nsec = tv.tv_nsec; in xfs_trans_ichgtime()
92 ip->i_d.di_ctime.t_sec = tv.tv_sec; in xfs_trans_ichgtime()
93 ip->i_d.di_ctime.t_nsec = tv.tv_nsec; in xfs_trans_ichgtime()
109 xfs_inode_t *ip, in xfs_trans_log_inode() argument
112 ASSERT(ip->i_itemp != NULL); in xfs_trans_log_inode()
113 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); in xfs_trans_log_inode()
116 ip->i_itemp->ili_item.li_desc->lid_flags |= XFS_LID_DIRTY; in xfs_trans_log_inode()
125 flags |= ip->i_itemp->ili_last_fields; in xfs_trans_log_inode()
126 ip->i_itemp->ili_fields |= flags; in xfs_trans_log_inode()