Searched refs:ageo (Results 1 – 3 of 3) sorted by relevance
958 struct xfs_ag_geometry *ageo) in xfs_ag_get_geometry() argument976 memset(ageo, 0, sizeof(*ageo)); in xfs_ag_get_geometry()977 ageo->ag_number = pag_agno(pag); in xfs_ag_get_geometry()980 ageo->ag_icount = be32_to_cpu(agi->agi_count); in xfs_ag_get_geometry()981 ageo->ag_ifree = be32_to_cpu(agi->agi_freecount); in xfs_ag_get_geometry()984 ageo->ag_length = be32_to_cpu(agf->agf_length); in xfs_ag_get_geometry()989 ageo->ag_freeblks = freeblks; in xfs_ag_get_geometry()990 xfs_ag_geom_health(pag, ageo); in xfs_ag_get_geometry()
337 int xfs_ag_get_geometry(struct xfs_perag *pag, struct xfs_ag_geometry *ageo);
534 struct xfs_ag_geometry *ageo) in xfs_ag_geom_health() argument540 ageo->ag_sick = 0; in xfs_ag_geom_health()541 ageo->ag_checked = 0; in xfs_ag_geom_health()546 ageo->ag_checked |= m->ioctl_mask; in xfs_ag_geom_health()548 ageo->ag_sick |= m->ioctl_mask; in xfs_ag_geom_health()