Lines Matching defs:agi
2625 * in an agi unlinked inode hash bucket.
2634 xfs_agi_t *agi;
2647 agi = agibp->b_addr;
2648 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
2662 xfs_warn(mp, "%s: failed to clear agi %d. Continuing.", __func__, agno);
2733 * If everything we touch in the agi processing loop is already in memory, this
2752 xfs_agi_t *agi;
2762 * Find the agi for this ag.
2783 agi = agibp->b_addr;
2787 agino = be32_to_cpu(agi->agi_unlinked[bucket]);
3506 * Read all of the agf and agi counters and check that they
3542 xfs_alert(mp, "%s agi read failed agno %d error %d",
3545 struct xfs_agi *agi = agibp->b_addr;
3547 itotal += be32_to_cpu(agi->agi_count);
3548 ifree += be32_to_cpu(agi->agi_freecount);