Home
last modified time | relevance | path

Searched refs:xfs_perag_t (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_ag.h231 } xfs_perag_t; typedef
249 int xfs_min_freelist_pag(xfs_perag_t *pag, struct xfs_mount *mp);
Dxfs_fsops.c181 sizeof(xfs_perag_t) * nagcount, in xfs_growfs_data_private()
182 sizeof(xfs_perag_t) * oagcount, in xfs_growfs_data_private()
185 (nagcount - oagcount) * sizeof(xfs_perag_t)); in xfs_growfs_data_private()
Dxfs_mount.c172 sizeof(xfs_perag_t) * mp->m_sb.sb_agcount); in xfs_mount_free()
325 xfs_perag_t *pag;
952 kmem_zalloc(sbp->sb_agcount * sizeof(xfs_perag_t), KM_SLEEP);
1058 kmem_free(mp->m_perag, sbp->sb_agcount * sizeof(xfs_perag_t));
Dxfs_alloc.c1756 xfs_perag_t *pag; /* per allocation group data */ in xfs_free_ag_extent()
1847 xfs_perag_t *pag; /* per-ag information structure */ in xfs_alloc_fix_freelist()
2006 xfs_perag_t *pag; /* per allocation group data */ in xfs_alloc_get_freelist()
2120 xfs_perag_t *pag; /* per allocation group data */ in xfs_alloc_put_freelist()
2162 xfs_perag_t *pag; /* per allocation group data */ in xfs_alloc_read_agf()
Dxfs_ialloc.c373 xfs_perag_t *pag; /* per allocation group data */ in xfs_ialloc_ag_select()
1349 xfs_perag_t *pag; /* per allocation group data */ in xfs_ialloc_read_agi()
Dxfs_macros.c2008 xfs_min_freelist_pag(xfs_perag_t *pag, xfs_mount_t *mp) in xfs_min_freelist_pag()
Dxfs_bmap.c2522 xfs_perag_t *pag; in xfs_bmap_alloc()