Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_format.h545 #define XFS_AGF_FLCOUNT (1u << 8) macro
567 { XFS_AGF_FLCOUNT, "FLCOUNT" }, \
H A Dxfs_alloc.c2473 XFS_AGF_FLCOUNT); in xfs_agfl_reset()
2864 logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT; in xfs_alloc_get_freelist()
2953 logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT; in xfs_alloc_put_freelist()
/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c636 XFS_AGF_FLFIRST | XFS_AGF_FLLAST | XFS_AGF_FLCOUNT); in xrep_agfl_update_agf()