Searched refs:xmi (Results 1 – 5 of 5) sorted by relevance
111 struct xfs_exchmaps_intent *xmi, in xmi_advance() argument114 xmi->xmi_startoff1 += irec->br_blockcount; in xmi_advance()115 xmi->xmi_startoff2 += irec->br_blockcount; in xmi_advance()116 xmi->xmi_blockcount -= irec->br_blockcount; in xmi_advance()121 xmi_has_more_exchange_work(const struct xfs_exchmaps_intent *xmi) in xmi_has_more_exchange_work() argument123 return xmi->xmi_blockcount > 0; in xmi_has_more_exchange_work()128 xmi_has_postop_work(const struct xfs_exchmaps_intent *xmi) in xmi_has_postop_work() argument130 return xmi->xmi_flags & (XFS_EXCHMAPS_CLEAR_INO1_REFLINK | in xmi_has_postop_work()163 struct xfs_exchmaps_intent *xmi, in xfs_exchmaps_update_quota() argument170 qflag = XFS_IS_REALTIME_INODE(xmi->xmi_ip1) ? XFS_TRANS_DQ_RTBCOUNT : in xfs_exchmaps_update_quota()[all …]
41 xfs_exchmaps_whichfork(const struct xfs_exchmaps_intent *xmi) in xfs_exchmaps_whichfork() argument43 if (xmi->xmi_flags & XFS_EXCHMAPS_ATTR_FORK) in xfs_exchmaps_whichfork()111 const struct xfs_exchmaps_intent *xmi);113 const struct xfs_exchmaps_intent *xmi);116 struct xfs_exchmaps_intent *xmi);
219 struct xfs_exchmaps_intent *xmi; in xfs_exchmaps_create_intent() local224 xmi = list_first_entry_or_null(items, struct xfs_exchmaps_intent, in xfs_exchmaps_create_intent()230 xlf->xmi_inode1 = xmi->xmi_ip1->i_ino; in xfs_exchmaps_create_intent()231 xlf->xmi_igen1 = VFS_I(xmi->xmi_ip1)->i_generation; in xfs_exchmaps_create_intent()232 xlf->xmi_inode2 = xmi->xmi_ip2->i_ino; in xfs_exchmaps_create_intent()233 xlf->xmi_igen2 = VFS_I(xmi->xmi_ip2)->i_generation; in xfs_exchmaps_create_intent()234 xlf->xmi_startoff1 = xmi->xmi_startoff1; in xfs_exchmaps_create_intent()235 xlf->xmi_startoff2 = xmi->xmi_startoff2; in xfs_exchmaps_create_intent()236 xlf->xmi_blockcount = xmi->xmi_blockcount; in xfs_exchmaps_create_intent()237 xlf->xmi_isize1 = xmi->xmi_isize1; in xfs_exchmaps_create_intent()[all …]
62 struct xfs_exchmaps_intent *xmi);
5516 TP_PROTO(struct xfs_mount *mp, const struct xfs_exchmaps_intent *xmi),5517 TP_ARGS(mp, xmi),5533 __entry->ino1 = xmi->xmi_ip1->i_ino;5534 __entry->ino2 = xmi->xmi_ip2->i_ino;5535 __entry->flags = xmi->xmi_flags;5536 __entry->startoff1 = xmi->xmi_startoff1;5537 __entry->startoff2 = xmi->xmi_startoff2;5538 __entry->blockcount = xmi->xmi_blockcount;5539 __entry->isize1 = xmi->xmi_ip1->i_disk_size;5540 __entry->isize2 = xmi->xmi_ip2->i_disk_size;[all …]