agf_roots 250 fs/xfs/libxfs/xfs_ag.c agf->agf_roots[XFS_BTNUM_BNOi] = cpu_to_be32(XFS_BNO_BLOCK(mp)); agf_roots 251 fs/xfs/libxfs/xfs_ag.c agf->agf_roots[XFS_BTNUM_CNTi] = cpu_to_be32(XFS_CNT_BLOCK(mp)); agf_roots 255 fs/xfs/libxfs/xfs_ag.c agf->agf_roots[XFS_BTNUM_RMAPi] = agf_roots 2469 fs/xfs/libxfs/xfs_alloc.c offsetof(xfs_agf_t, agf_roots[0]), agf_roots 46 fs/xfs/libxfs/xfs_alloc_btree.c agf->agf_roots[btnum] = ptr->s; agf_roots 233 fs/xfs/libxfs/xfs_alloc_btree.c ptr->s = agf->agf_roots[cur->bc_btnum]; agf_roots 631 fs/xfs/libxfs/xfs_format.h __be32 agf_roots[XFS_BTNUM_AGF]; /* root blocks */ agf_roots 71 fs/xfs/libxfs/xfs_rmap_btree.c agf->agf_roots[btnum] = ptr->s; agf_roots 222 fs/xfs/libxfs/xfs_rmap_btree.c ptr->s = agf->agf_roots[cur->bc_btnum]; agf_roots 536 fs/xfs/scrub/agheader.c agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]); agf_roots 540 fs/xfs/scrub/agheader.c agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]); agf_roots 553 fs/xfs/scrub/agheader.c agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_RMAP]); agf_roots 162 fs/xfs/scrub/agheader_repair.c be32_to_cpu(old_agf->agf_roots[XFS_BTNUM_RMAPi])) agf_roots 210 fs/xfs/scrub/agheader_repair.c agf->agf_roots[XFS_BTNUM_BNOi] = agf_roots 215 fs/xfs/scrub/agheader_repair.c agf->agf_roots[XFS_BTNUM_CNTi] = agf_roots 220 fs/xfs/scrub/agheader_repair.c agf->agf_roots[XFS_BTNUM_RMAPi] = agf_roots 1492 fs/xfs/xfs_trace.h __entry->bno_root = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]), agf_roots 1493 fs/xfs/xfs_trace.h __entry->cnt_root = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]),