Home
last modified time | relevance | path

Searched refs:ageo (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ag.c958 struct xfs_ag_geometry *ageo) in xfs_ag_get_geometry() argument
976 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()
H A Dxfs_ag.h337 int xfs_ag_get_geometry(struct xfs_perag *pag, struct xfs_ag_geometry *ageo);
/linux/fs/xfs/
H A Dxfs_health.c534 struct xfs_ag_geometry *ageo) in xfs_ag_geom_health() argument
540 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()