Lines Matching defs:agi
1905 struct xfs_agi *agi = agibp->b_addr;
1911 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]);
1925 agi->agi_unlinked[bucket_index] = cpu_to_be32(new_agino);
1998 struct xfs_agi *agi = agibp->b_addr;
2005 * Get the index into the agi hash table for the list this inode will
2009 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2065 /* Get the agi buffer first. It ensures lock ordering on the list. */
2084 struct xfs_agi *agi = agibp->b_addr;
2093 * Get the index into the agi hash table for the list this inode will
2096 head_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2099 agi, sizeof(*agi));
2159 /* Get the agi buffer first. It ensures lock ordering on the list. */
3660 struct xfs_agi *agi;
3687 agi = agibp->b_addr;
3696 next_agino = be32_to_cpu(agi->agi_unlinked[bucket]);