Searched refs:XG_TYPE_AG (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.h | 150 return to_perag(xfs_group_get(mp, agno, XG_TYPE_AG)); in xfs_perag_get() 173 return to_perag(xfs_group_grab(mp, agno, XG_TYPE_AG)); in xfs_perag_grab() 191 start_agno, end_agno, XG_TYPE_AG)); in xfs_perag_next_range()
|
| H A D | xfs_types.h | 227 XG_TYPE_AG, enumerator 233 { XG_TYPE_AG, "ag" }, \
|
| H A D | xfs_ag.c | 133 xfs_group_free(mp, agno, XG_TYPE_AG, xfs_perag_uninit); in xfs_free_perag_range() 251 error = xfs_group_insert(mp, pag_group(pag), index, XG_TYPE_AG); in xfs_perag_alloc()
|
| H A D | xfs_sb.c | 1260 struct xfs_groups *ags = &mp->m_groups[XG_TYPE_AG]; in xfs_sb_mount_common()
|
| /linux/fs/xfs/ |
| H A D | xfs_extent_busy.h | 77 ((type) == XG_TYPE_AG || !xfs_has_zoned((mp)))
|
| H A D | xfs_notify_failure.c | 291 if (type == XG_TYPE_AG) { in xfs_dax_notify_dev_failure() 381 XG_TYPE_RTG : XG_TYPE_AG); in xfs_dax_notify_failure()
|
| H A D | xfs_mount.c | 731 max(mp->m_groups[XG_TYPE_AG].blocks, in xfs_set_max_atomic_write_opt() 734 max(xfs_calc_group_awu_max(mp, XG_TYPE_AG), in xfs_set_max_atomic_write_opt() 810 xfs_calc_atomic_write_unit_max(mp, XG_TYPE_AG); in xfs_set_max_atomic_write_opt()
|
| H A D | xfs_refcount_item.c | 382 ri->ri_realtime ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_refcount_defer_add() 493 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_cui_recover_work()
|
| H A D | xfs_rmap_item.c | 407 ri->ri_realtime ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_rmap_defer_add() 558 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_rui_recover_work()
|
| H A D | xfs_extfree_item.c | 506 xfs_efi_is_realtime(xefi) ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_extent_free_defer_add() 640 isrt ? XG_TYPE_RTG : XG_TYPE_AG); in xfs_efi_recover_work()
|
| H A D | xfs_health.c | 183 if (xg->xg_type == XG_TYPE_AG) in xfs_group_check_mask()
|
| H A D | xfs_mount.h | 810 case XG_TYPE_AG: in xfs_group_type_buftarg()
|
| H A D | xfs_bmap_item.c | 337 enum xfs_group_type type = XG_TYPE_AG; in xfs_bmap_update_get_group()
|
| H A D | xfs_iops.c | 648 return XFS_FSB_TO_B(mp, mp->m_groups[XG_TYPE_AG].awu_max); in xfs_get_atomic_write_max()
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 44 TRACE_DEFINE_ENUM(XG_TYPE_AG);
|