Home
last modified time | relevance | path

Searched refs:XFS_AGI_IBLOCKS (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/libxfs/
Dxfs_ialloc_btree.c88 xfs_ialloc_log_agi(cur->bc_tp, agbp, XFS_AGI_IBLOCKS); in xfs_inobt_mod_blockcount()
530 fields |= XFS_AGI_IBLOCKS; in xfs_inobt_commit_staged_btree()
540 fields |= XFS_AGI_IBLOCKS; in xfs_inobt_commit_staged_btree()
Dxfs_format.h646 #define XFS_AGI_IBLOCKS (1u << 13) /* both inobt/finobt block counters */ macro