Lines Matching defs:agi
2634 * in an agi unlinked inode hash bucket.
2643 struct xfs_agi *agi;
2656 agi = agibp->b_addr;
2657 agi->agi_unlinked[bucket] = cpu_to_be32(NULLAGINO);
2671 xfs_warn(mp, "%s: failed to clear agi %d. Continuing.", __func__,
2679 struct xfs_agi *agi,
2688 agino = be32_to_cpu(agi->agi_unlinked[bucket]);
2746 * If everything we touch in the agi processing loop is already in memory, this
2763 struct xfs_agi *agi;
2787 agi = agibp->b_addr;
2791 error = xlog_recover_iunlink_bucket(pag, agi, bucket);