Home
last modified time | relevance | path

Searched refs:__XFS_EXCHMAPS_INO2_SHORTFORM (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.h31 #define __XFS_EXCHMAPS_INO2_SHORTFORM (1ULL << 63) macro
33 #define XFS_EXCHMAPS_INTERNAL_FLAGS (__XFS_EXCHMAPS_INO2_SHORTFORM)
H A Dxfs_exchmaps.c132 __XFS_EXCHMAPS_INO2_SHORTFORM); in xmi_has_postop_work()
546 if (xmi->xmi_flags & __XFS_EXCHMAPS_INO2_SHORTFORM) { in xfs_exchmaps_do_postop_work()
555 xmi->xmi_flags &= ~__XFS_EXCHMAPS_INO2_SHORTFORM; in xfs_exchmaps_do_postop_work()
992 xmi->xmi_flags |= __XFS_EXCHMAPS_INO2_SHORTFORM; in xfs_exchmaps_init_intent()
1021 xmi->xmi_flags |= __XFS_EXCHMAPS_INO2_SHORTFORM; in xfs_exchmaps_init_intent()
/linux/fs/xfs/
H A Dxfs_trace.h4869 { __XFS_EXCHMAPS_INO2_SHORTFORM, "INO2_SF" }