Home
last modified time | relevance | path

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

/Linux-v5.10/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.c390 xfs_inode_to_log_dinode(ip, dic, ip->i_itemp->ili_item.li_lsn); in xfs_inode_item_format_core()
557 ASSERT(ip->i_itemp != NULL); in xfs_inode_item_release()
634 ASSERT(ip->i_itemp == NULL); in xfs_inode_item_init()
635 iip = ip->i_itemp = kmem_cache_zalloc(xfs_ili_zone, in xfs_inode_item_init()
651 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_inode_item_destroy()
655 ip->i_itemp = NULL; in xfs_inode_item_destroy()
794 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_iflush_abort()
Dxfs_icache.c99 if (ip->i_itemp) { in xfs_inode_free_callback()
101 &ip->i_itemp->ili_item.li_flags)); in xfs_inode_free_callback()
103 ip->i_itemp = NULL; in xfs_inode_free_callback()
115 ASSERT(!ip->i_itemp || list_empty(&ip->i_itemp->ili_item.li_bio_list)); in __xfs_inode_free()
Dxfs_inode.c488 lp = &ips[j]->i_itemp->ili_item; in xfs_lock_inodes()
588 lp = &ip0->i_itemp->ili_item; in xfs_lock_two_inodes()
1505 ASSERT(ip->i_itemp != NULL); in xfs_itruncate_extents_flags()
1506 ASSERT(ip->i_itemp->ili_lock_flags == 0); in xfs_itruncate_extents_flags()
2553 iip = ip->i_itemp; in xfs_ifree_mark_inode_stale()
2688 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_ifree()
2757 xfs_log_force_lsn(ip->i_mount, ip->i_itemp->ili_last_lsn, 0, NULL); in xfs_iunpin()
3440 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_iflush()
3716 lsn = ip->i_itemp->ili_last_lsn; in xfs_log_force_inode()
Dxfs_inode.h41 struct xfs_inode_log_item *i_itemp; /* logging information */ member
Dxfs_file.c130 struct xfs_inode_log_item *iip = ip->i_itemp; in xfs_file_fsync()
Dxfs_iomap.c86 (ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP)) in xfs_bmbt_to_iomap()
/Linux-v5.10/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()