Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.h37 XFS_EXCHMAPS_SET_SIZES | \
Dxfs_exchmaps.c601 if ((xmi->xmi_flags & XFS_EXCHMAPS_SET_SIZES) && in xfs_exchmaps_finish_one()
996 if (req->flags & XFS_EXCHMAPS_SET_SIZES) { in xfs_exchmaps_init_intent()
997 xmi->xmi_flags |= XFS_EXCHMAPS_SET_SIZES; in xfs_exchmaps_init_intent()
1224 if (req->flags & XFS_EXCHMAPS_SET_SIZES) in xfs_exchange_mappings()
Dxfs_log_format.h915 #define XFS_EXCHMAPS_SET_SIZES (1ULL << 1) macro
930 XFS_EXCHMAPS_SET_SIZES | \
/linux-6.12.1/fs/xfs/scrub/
Dtempfile.c530 req->flags |= XFS_EXCHMAPS_SET_SIZES; in xrep_tempexch_prep_request()
780 if (tx->req.flags & XFS_EXCHMAPS_SET_SIZES) { in xrep_tempexch_contents()
/linux-6.12.1/fs/xfs/
Dxfs_exchrange.c210 req.flags |= XFS_EXCHMAPS_SET_SIZES; in xfs_exchrange_mappings()
Dxfs_trace.h4865 { XFS_EXCHMAPS_SET_SIZES, "SETSIZES" }, \