Searched refs:xfs_perag_t (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/linux-2.6/ |
D | xfs_sync.c | 60 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/ |
D | xfs_fsops.c | 173 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()
|
D | xfs_ag.h | 210 } xfs_perag_t; typedef
|
D | xfs_mount.h | 462 static inline xfs_perag_t * 469 xfs_put_perag(struct xfs_mount *mp, xfs_perag_t *pag) in xfs_put_perag()
|
D | xfs_iget.c | 336 xfs_perag_t *pag; in xfs_iget() 403 xfs_perag_t *pag; in xfs_inode_incore()
|
D | xfs_mount.c | 285 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()
|
D | xfs_alloc.c | 1801 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()
|
D | xfs_ialloc.c | 444 xfs_perag_t *pag; /* per allocation group data */ in xfs_ialloc_ag_select()
|
D | xfs_inode.c | 1974 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()
|
D | xfs_bmap.c | 2719 xfs_perag_t *pag; in xfs_bmap_btalloc()
|
/fs/xfs/quota/ |
D | xfs_qm_syscalls.c | 1034 xfs_perag_t *pag = &mp->m_perag[ag]; in xfs_qm_dqrele_inodes_ag()
|