Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dialloc_repair.c511 XFS_AGI_COUNT | XFS_AGI_FREECOUNT); in xrep_ibt_reset_counters()
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c968 XFS_AGI_COUNT | XFS_AGI_FREECOUNT | XFS_AGI_NEWINO); in xfs_ialloc_ag_alloc()
2158 xfs_ialloc_log_agi(tp, agbp, XFS_AGI_COUNT | XFS_AGI_FREECOUNT); in xfs_difree_inobt()
H A Dxfs_format.h666 #define XFS_AGI_COUNT (1u << 4) macro