Home
last modified time | relevance | path

Searched refs:i_itemp (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_inode_item.h41 return !ip->i_itemp || !(ip->i_itemp->ili_fields & XFS_ILOG_ALL); in xfs_inode_clean()
Dxfs_inode_item.c339 dip = xfs_buf_offset(ip->i_itemp->ili_item.li_buf, in xfs_copy_dm_fields_to_log_dinode()
435 xfs_inode_to_log_dinode(ip, dic, ip->i_itemp->ili_item.li_lsn); in xfs_inode_item_format_core()
609 ASSERT(ip->i_itemp != NULL); in xfs_inode_item_release()
686 ASSERT(ip->i_itemp == NULL); in xfs_inode_item_init()
687 iip = ip->i_itemp = kmem_cache_zalloc(xfs_ili_cache, in xfs_inode_item_init()
703 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_inode_item_destroy()
707 ip->i_itemp = NULL; in xfs_inode_item_destroy()
881 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_iflush_abort()
928 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_iflush_shutdown_abort()
Dxfs_icache.c142 if (ip->i_itemp) { in xfs_inode_free_callback()
144 &ip->i_itemp->ili_item.li_flags)); in xfs_inode_free_callback()
146 ip->i_itemp = NULL; in xfs_inode_free_callback()
158 ASSERT(!ip->i_itemp || list_empty(&ip->i_itemp->ili_item.li_bio_list)); in __xfs_inode_free()
916 ASSERT(!ip->i_itemp || ip->i_itemp->ili_item.li_buf == NULL); in xfs_reclaim_inode()
Dxfs_file.c96 if (datasync && !(ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP)) in xfs_fsync_seq()
98 return ip->i_itemp->ili_commit_seq; in xfs_fsync_seq()
129 spin_lock(&ip->i_itemp->ili_lock); in xfs_fsync_flush_log()
130 ip->i_itemp->ili_fsync_fields = 0; in xfs_fsync_flush_log()
131 spin_unlock(&ip->i_itemp->ili_lock); in xfs_fsync_flush_log()
Dxfs_inode.c499 lp = &ips[j]->i_itemp->ili_item; in xfs_lock_inodes()
582 lp = &ip0->i_itemp->ili_item; in xfs_lock_two_inodes()
1344 ASSERT(ip->i_itemp != NULL); in xfs_itruncate_extents_flags()
1345 ASSERT(ip->i_itemp->ili_lock_flags == 0); in xfs_itruncate_extents_flags()
2134 iip = ip->i_itemp; in xfs_ifree_mark_inode_stale()
2270 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_ifree()
2347 xfs_log_force_seq(ip->i_mount, ip->i_itemp->ili_commit_seq, 0, NULL); in xfs_iunpin()
3098 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_iflush()
3386 seq = ip->i_itemp->ili_commit_seq; in xfs_log_force_inode()
Dxfs_inode.h41 struct xfs_inode_log_item *i_itemp; /* logging information */ member
Dxfs_iomap.c92 (ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP)) in xfs_bmbt_to_iomap()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_trans_inode.c35 if (ip->i_itemp == NULL) in xfs_trans_ijoin()
37 iip = ip->i_itemp; in xfs_trans_ijoin()
97 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_trans_log_inode()
Dxfs_rtbitmap.c976 ASSERT(mp->m_rbmip->i_itemp != NULL); in xfs_rtfree_extent()