ageo              543 fs/xfs/libxfs/xfs_ag.c 	struct xfs_ag_geometry	*ageo)
ageo              566 fs/xfs/libxfs/xfs_ag.c 	memset(ageo, 0, sizeof(*ageo));
ageo              567 fs/xfs/libxfs/xfs_ag.c 	ageo->ag_number = agno;
ageo              570 fs/xfs/libxfs/xfs_ag.c 	ageo->ag_icount = be32_to_cpu(agi->agi_count);
ageo              571 fs/xfs/libxfs/xfs_ag.c 	ageo->ag_ifree = be32_to_cpu(agi->agi_freecount);
ageo              574 fs/xfs/libxfs/xfs_ag.c 	ageo->ag_length = be32_to_cpu(agf->agf_length);
ageo              579 fs/xfs/libxfs/xfs_ag.c 	ageo->ag_freeblks = freeblks;
ageo              580 fs/xfs/libxfs/xfs_ag.c 	xfs_ag_geom_health(pag, ageo);
ageo               30 fs/xfs/libxfs/xfs_ag.h 			struct xfs_ag_geometry *ageo);
ageo              187 fs/xfs/libxfs/xfs_health.h void xfs_ag_geom_health(struct xfs_perag *pag, struct xfs_ag_geometry *ageo);
ageo              338 fs/xfs/xfs_health.c 	struct xfs_ag_geometry		*ageo)
ageo              344 fs/xfs/xfs_health.c 	ageo->ag_sick = 0;
ageo              345 fs/xfs/xfs_health.c 	ageo->ag_checked = 0;
ageo              350 fs/xfs/xfs_health.c 			ageo->ag_checked |= m->ioctl_mask;
ageo              352 fs/xfs/xfs_health.c 			ageo->ag_sick |= m->ioctl_mask;
ageo             1038 fs/xfs/xfs_ioctl.c 	struct xfs_ag_geometry	ageo;
ageo             1041 fs/xfs/xfs_ioctl.c 	if (copy_from_user(&ageo, arg, sizeof(ageo)))
ageo             1043 fs/xfs/xfs_ioctl.c 	if (ageo.ag_flags)
ageo             1045 fs/xfs/xfs_ioctl.c 	if (memchr_inv(&ageo.ag_reserved, 0, sizeof(ageo.ag_reserved)))
ageo             1048 fs/xfs/xfs_ioctl.c 	error = xfs_ag_get_geometry(mp, ageo.ag_number, &ageo);
ageo             1052 fs/xfs/xfs_ioctl.c 	if (copy_to_user(arg, &ageo, sizeof(ageo)))