Home
last modified time | relevance | path

Searched refs:xmi (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.c111 struct xfs_exchmaps_intent *xmi, in xmi_advance() argument
114 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() argument
123 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() argument
130 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() argument
170 qflag = XFS_IS_REALTIME_INODE(xmi->xmi_ip1) ? XFS_TRANS_DQ_RTBCOUNT : in xfs_exchmaps_update_quota()
[all …]
/linux/fs/xfs/
H A Dxfs_trace.h5515 TP_PROTO(struct xfs_mount *mp, const struct xfs_exchmaps_intent *xmi),
5516 TP_ARGS(mp, xmi),
5532 __entry->ino1 = I_INO(xmi->xmi_ip1);
5533 __entry->ino2 = I_INO(xmi->xmi_ip2);
5534 __entry->flags = xmi->xmi_flags;
5535 __entry->startoff1 = xmi->xmi_startoff1;
5536 __entry->startoff2 = xmi->xmi_startoff2;
5537 __entry->blockcount = xmi->xmi_blockcount;
5538 __entry->isize1 = xmi->xmi_ip1->i_disk_size;
5539 __entry->isize2 = xmi->xmi_ip2->i_disk_size;
[all …]