Lines Matching defs:agi
2109 struct xfs_agi *agi = agibp->b_addr;
2115 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2129 agi->agi_unlinked[bucket_index] = cpu_to_be32(new_agino);
2232 struct xfs_agi *agi;
2244 /* Get the agi buffer first. It ensures lock ordering on the list. */
2248 agi = agibp->b_addr;
2251 * Get the index into the agi hash table for the list this inode will
2255 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2411 struct xfs_agi *agi;
2424 /* Get the agi buffer first. It ensures lock ordering on the list. */
2428 agi = agibp->b_addr;
2431 * Get the index into the agi hash table for the list this inode will
2434 head_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2437 agi, sizeof(*agi));