Home
last modified time | relevance | path

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

/fs/xfs/linux-2.6/
Dxfs_sync.c60 xfs_perag_t *pag = &mp->m_perag[ag]; in xfs_sync_inodes_ag()
567 xfs_perag_t *pag = xfs_get_perag(ip->i_mount, ip->i_ino); in xfs_reclaim_inode()
632 xfs_perag_t *pag = xfs_get_perag(mp, ip->i_ino); in xfs_inode_set_reclaim_tag()
647 xfs_perag_t *pag, in __xfs_inode_clear_reclaim_tag()
659 xfs_perag_t *pag = xfs_get_perag(mp, ip->i_ino); in xfs_inode_clear_reclaim_tag()
678 xfs_perag_t *pag = &mp->m_perag[ag]; in xfs_reclaim_inodes_ag()
/fs/xfs/
Dxfs_fsops.c173 sizeof(xfs_perag_t) * nagcount, in xfs_growfs_data_private()
174 sizeof(xfs_perag_t) * oagcount, in xfs_growfs_data_private()
177 (nagcount - oagcount) * sizeof(xfs_perag_t)); in xfs_growfs_data_private()
Dxfs_ag.h210 } xfs_perag_t; typedef
Dxfs_mount.h462 static inline xfs_perag_t *
469 xfs_put_perag(struct xfs_mount *mp, xfs_perag_t *pag) in xfs_put_perag()
Dxfs_iget.c336 xfs_perag_t *pag; in xfs_iget()
403 xfs_perag_t *pag; in xfs_inode_incore()
Dxfs_mount.c285 xfs_perag_t *pag) in xfs_initialize_perag_icache()
300 xfs_perag_t *pag; in xfs_initialize_perag()
636 xfs_perag_t *pag; in xfs_initialize_perag_data()
1045 mp->m_perag = kmem_zalloc(sbp->sb_agcount * sizeof(xfs_perag_t), in xfs_mountfs()
Dxfs_alloc.c1801 xfs_perag_t *pag; /* per allocation group data */ in xfs_free_ag_extent()
1892 xfs_perag_t *pag; /* per-ag information structure */ in xfs_alloc_fix_freelist()
2071 xfs_perag_t *pag; /* per allocation group data */ in xfs_alloc_get_freelist()
2193 xfs_perag_t *pag; /* per allocation group data */ in xfs_alloc_put_freelist()
Dxfs_ialloc.c444 xfs_perag_t *pag; /* per allocation group data */ in xfs_ialloc_ag_select()
Dxfs_inode.c1974 xfs_perag_t *pag = xfs_get_perag(mp, inum); in xfs_ifree_cluster()
2703 xfs_perag_t *pag = xfs_get_perag(mp, ip->i_ino); in xfs_iflush_cluster()
Dxfs_bmap.c2719 xfs_perag_t *pag; in xfs_bmap_btalloc()
/fs/xfs/quota/
Dxfs_qm_syscalls.c1034 xfs_perag_t *pag = &mp->m_perag[ag]; in xfs_qm_dqrele_inodes_ag()