Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_format.h575 #define XFS_AGF_FLLAST (1u << 7) macro
597 { XFS_AGF_FLLAST, "FLLAST" }, \
H A Dxfs_alloc.c2621 xfs_alloc_log_agf(tp, agbp, XFS_AGF_FLFIRST | XFS_AGF_FLLAST | in xfs_agfl_reset()
3163 logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT; in xfs_alloc_put_freelist()
/linux-6.15/fs/xfs/scrub/
H A Dagheader_repair.c627 XFS_AGF_FLFIRST | XFS_AGF_FLLAST | XFS_AGF_FLCOUNT); in xrep_agfl_update_agf()