Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_inode.c35 if (ip->i_itemp == NULL) in xfs_trans_ijoin()
37 iip = ip->i_itemp; in xfs_trans_ijoin()
91 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_trans_log_inode()
H A Dxfs_rtbitmap.c1067 ASSERT(rbmip->i_itemp != NULL); in xfs_rtfree_extent()
/linux/fs/xfs/
H A Dxfs_inode_item.h50 return !ip->i_itemp || !(ip->i_itemp->ili_fields & XFS_ILOG_ALL); in xfs_inode_clean()
H A Dxfs_inode_item.c523 dip = xfs_buf_offset(ip->i_itemp->ili_item.li_buf, in xfs_copy_dm_fields_to_log_dinode()
627 xfs_inode_to_log_dinode(ip, dic, ip->i_itemp->ili_item.li_lsn); in xfs_inode_item_format_core()
818 ASSERT(ip->i_itemp != NULL); in xfs_inode_item_release()
930 ASSERT(ip->i_itemp == NULL); in xfs_inode_item_init()
931 iip = ip->i_itemp = kmem_cache_zalloc(xfs_ili_cache, in xfs_inode_item_init()
947 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_inode_item_destroy()
951 ip->i_itemp = NULL; in xfs_inode_item_destroy()
1116 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_iflush_abort()
1157 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_iflush_shutdown_abort()
H A Dxfs_inode.c430 lp = &ips[j]->i_itemp->ili_item; in xfs_lock_inodes()
513 lp = &ip0->i_itemp->ili_item; in xfs_lock_two_inodes()
1054 ASSERT(ip->i_itemp != NULL); in xfs_itruncate_extents_flags()
1055 ASSERT(ip->i_itemp->ili_lock_flags == 0); in xfs_itruncate_extents_flags()
1647 iip = ip->i_itemp; in xfs_ifree_mark_inode_stale()
1796 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_ifree()
1835 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_iunpin()
2372 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_iflush()
2673 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_log_force_inode()
H A Dxfs_icache.c158 if (ip->i_itemp) { in xfs_inode_free_callback()
160 &ip->i_itemp->ili_item.li_flags)); in xfs_inode_free_callback()
173 ASSERT(!ip->i_itemp || list_empty(&ip->i_itemp->ili_item.li_bio_list)); in __xfs_inode_free()
1018 ASSERT(!ip->i_itemp || ip->i_itemp->ili_item.li_buf == NULL); in xfs_reclaim_inode()
H A Dxfs_inode.h42 struct xfs_inode_log_item *i_itemp; /* logging information */ member
H A Dxfs_file.c107 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_fsync_flush_log()
162 if (ip->i_itemp) { in xfs_file_fsync()
H A Dxfs_iomap.c156 if (ip->i_itemp) { in xfs_bmbt_to_iomap()
157 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_bmbt_to_iomap()