Home
last modified time | relevance | path

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

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