Home
last modified time | relevance | path

Searched refs:xmi_flags (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.c130 return xmi->xmi_flags & (XFS_EXCHMAPS_CLEAR_INO1_REFLINK | in xmi_has_postop_work()
199 if (!(xmi->xmi_flags & XFS_EXCHMAPS_INO1_WRITTEN)) in xfs_exchmaps_can_skip_mapping()
546 if (xmi->xmi_flags & __XFS_EXCHMAPS_INO2_SHORTFORM) { in xfs_exchmaps_do_postop_work()
549 if (xmi->xmi_flags & XFS_EXCHMAPS_ATTR_FORK) in xfs_exchmaps_do_postop_work()
555 xmi->xmi_flags &= ~__XFS_EXCHMAPS_INO2_SHORTFORM; in xfs_exchmaps_do_postop_work()
560 if (xmi->xmi_flags & XFS_EXCHMAPS_CLEAR_INO1_REFLINK) { in xfs_exchmaps_do_postop_work()
562 xmi->xmi_flags &= ~XFS_EXCHMAPS_CLEAR_INO1_REFLINK; in xfs_exchmaps_do_postop_work()
565 if (xmi->xmi_flags & XFS_EXCHMAPS_CLEAR_INO2_REFLINK) { in xfs_exchmaps_do_postop_work()
567 xmi->xmi_flags &= ~XFS_EXCHMAPS_CLEAR_INO2_REFLINK; in xfs_exchmaps_do_postop_work()
601 if ((xmi->xmi_flags & XFS_EXCHMAPS_SET_SIZES) && in xfs_exchmaps_finish_one()
[all …]
Dxfs_exchmaps.h27 uint64_t xmi_flags; /* XFS_EXCHMAPS_* flags */ member
43 if (xmi->xmi_flags & XFS_EXCHMAPS_ATTR_FORK) in xfs_exchmaps_whichfork()
Dxfs_log_format.h906 uint64_t xmi_flags; /* XFS_EXCHMAPS_* */ member
/linux-6.12.1/fs/xfs/
Dxfs_exchmaps_item.c242 xlf->xmi_flags = xmi->xmi_flags & XFS_EXCHMAPS_LOGGED_FLAGS; in xfs_exchmaps_create_intent()
340 if (xlf->xmi_flags & ~XFS_EXCHMAPS_LOGGED_FLAGS) in xfs_xmi_validate()
398 req->flags = xlf->xmi_flags & XFS_EXCHMAPS_PARAMS; in xfs_xmi_item_recover_intent()
506 new_xlf->xmi_flags = old_xlf->xmi_flags; in xfs_exchmaps_relog_intent()
Dxfs_trace.h5133 __entry->flags = xmi->xmi_flags;
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst4105 uint64_t xmi_flags;