Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_format.h536 #define XFS_AGF_FLCOUNT 0x00000100 macro
558 { XFS_AGF_FLCOUNT, "FLCOUNT" }, \
Dxfs_alloc.c2434 XFS_AGF_FLCOUNT); in xfs_agfl_reset()
2743 logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT; in xfs_alloc_get_freelist()
2849 logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT; in xfs_alloc_put_freelist()
/Linux-v5.15/fs/xfs/scrub/
Dagheader_repair.c562 XFS_AGF_FLFIRST | XFS_AGF_FLLAST | XFS_AGF_FLCOUNT); in xrep_agfl_update_agf()