Searched refs:xfs_perag_t (Results 1 - 6 of 6) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ag.h195 } xfs_perag_t; typedef in typeref:struct:xfs_perag
H A Dxfs_alloc.c1736 xfs_perag_t *pag; /* per allocation group data */
1827 xfs_perag_t *pag; /* per-ag information structure */
2005 xfs_perag_t *pag; /* per allocation group data */
2119 xfs_perag_t *pag; /* per allocation group data */
2161 xfs_perag_t *pag; /* per allocation group data */
H A Dxfs_bmap.c2710 xfs_perag_t *pag;
H A Dxfs_fsops.c166 sizeof(xfs_perag_t) * nagcount,
167 sizeof(xfs_perag_t) * oagcount,
170 (nagcount - oagcount) * sizeof(xfs_perag_t));
H A Dxfs_ialloc.c379 xfs_perag_t *pag; /* per allocation group data */
1361 xfs_perag_t *pag; /* per allocation group data */
H A Dxfs_mount.c177 sizeof(xfs_perag_t) * mp->m_sb.sb_agcount);
341 xfs_perag_t *pag;
956 kmem_zalloc(sbp->sb_agcount * sizeof(xfs_perag_t), KM_SLEEP);
1063 kmem_free(mp->m_perag, sbp->sb_agcount * sizeof(xfs_perag_t));

Completed in 91 milliseconds