agi_root          320 fs/xfs/libxfs/xfs_ag.c 	agi->agi_root = cpu_to_be32(XFS_IBT_BLOCK(mp));
agi_root          731 fs/xfs/libxfs/xfs_format.h 	__be32		agi_root;	/* root of inode btree */
agi_root          720 fs/xfs/libxfs/xfs_ialloc.c 		args.agbno = be32_to_cpu(agi->agi_root);
agi_root          741 fs/xfs/libxfs/xfs_ialloc.c 		args.agbno = be32_to_cpu(agi->agi_root);
agi_root          757 fs/xfs/libxfs/xfs_ialloc.c 		args.agbno = be32_to_cpu(agi->agi_root);
agi_root         2426 fs/xfs/libxfs/xfs_ialloc.c 		offsetof(xfs_agi_t, agi_root),
agi_root           50 fs/xfs/libxfs/xfs_ialloc_btree.c 	agi->agi_root = nptr->s;
agi_root          219 fs/xfs/libxfs/xfs_ialloc_btree.c 	ptr->s = agi->agi_root;
agi_root          845 fs/xfs/scrub/agheader.c 	agbno = be32_to_cpu(agi->agi_root);
agi_root          798 fs/xfs/scrub/agheader_repair.c 	agi->agi_root = cpu_to_be32(fab[XREP_AGI_INOBT].root);