Symbol: XG_TYPE_AG
fs/xfs/libxfs/xfs_ag.c
133
xfs_group_free(mp, agno, XG_TYPE_AG, xfs_perag_uninit);
fs/xfs/libxfs/xfs_ag.c
251
error = xfs_group_insert(mp, pag_group(pag), index, XG_TYPE_AG);
fs/xfs/libxfs/xfs_ag.h
150
return to_perag(xfs_group_get(mp, agno, XG_TYPE_AG));
fs/xfs/libxfs/xfs_ag.h
173
return to_perag(xfs_group_grab(mp, agno, XG_TYPE_AG));
fs/xfs/libxfs/xfs_ag.h
191
start_agno, end_agno, XG_TYPE_AG));
fs/xfs/libxfs/xfs_sb.c
1260
struct xfs_groups *ags = &mp->m_groups[XG_TYPE_AG];
fs/xfs/libxfs/xfs_types.h
233
{ XG_TYPE_AG, "ag" }, \
fs/xfs/scrub/trace.h
44
TRACE_DEFINE_ENUM(XG_TYPE_AG);
fs/xfs/xfs_bmap_item.c
335
enum xfs_group_type type = XG_TYPE_AG;
fs/xfs/xfs_extent_busy.h
77
((type) == XG_TYPE_AG || !xfs_has_zoned((mp)))
fs/xfs/xfs_extfree_item.c
504
xfs_efi_is_realtime(xefi) ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_extfree_item.c
638
isrt ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_health.c
208
if (xg->xg_type == XG_TYPE_AG)
fs/xfs/xfs_healthmon.c
506
case XG_TYPE_AG:
fs/xfs/xfs_icache.c
1080
while (xfs_group_marked(mp, XG_TYPE_AG, XFS_PERAG_RECLAIM_MARK)) {
fs/xfs/xfs_icache.c
1122
XA_STATE (xas, &mp->m_groups[XG_TYPE_AG].xa, 0);
fs/xfs/xfs_icache.c
212
if (xfs_group_marked(mp, XG_TYPE_AG, XFS_PERAG_RECLAIM_MARK)) {
fs/xfs/xfs_icache.c
315
ici_tag_to_mark(tag), XG_TYPE_AG));
fs/xfs/xfs_iops.c
648
return XFS_FSB_TO_B(mp, mp->m_groups[XG_TYPE_AG].awu_max);
fs/xfs/xfs_mount.c
734
max(mp->m_groups[XG_TYPE_AG].blocks,
fs/xfs/xfs_mount.c
737
max(xfs_calc_group_awu_max(mp, XG_TYPE_AG),
fs/xfs/xfs_mount.c
813
xfs_calc_atomic_write_unit_max(mp, XG_TYPE_AG);
fs/xfs/xfs_mount.h
814
case XG_TYPE_AG:
fs/xfs/xfs_notify_failure.c
302
if (type == XG_TYPE_AG) {
fs/xfs/xfs_notify_failure.c
392
XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_refcount_item.c
380
ri->ri_realtime ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_refcount_item.c
491
isrt ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_rmap_item.c
405
ri->ri_realtime ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_rmap_item.c
556
isrt ? XG_TYPE_RTG : XG_TYPE_AG);
fs/xfs/xfs_trace.h
321
TRACE_DEFINE_ENUM(XG_TYPE_AG);
fs/xfs/xfs_verify_media.c
120
if (type == XG_TYPE_AG) {
fs/xfs/xfs_verify_media.c
254
xfs_verify_report_losses(mp, XG_TYPE_AG, daddr, bio_bbcount);