Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_ialloc_btree.c54 xfs_ialloc_log_agi(cur->bc_tp, agbp, XFS_AGI_ROOT | XFS_AGI_LEVEL); in xfs_inobt_set_root()
509 fields = XFS_AGI_ROOT | XFS_AGI_LEVEL; in xfs_inobt_commit_staged_btree()
Dxfs_format.h636 #define XFS_AGI_ROOT (1u << 5) macro