Symbol: to_perag
fs/xfs/libxfs/xfs_ag.c
113
struct xfs_perag *pag = to_perag(xg);
fs/xfs/libxfs/xfs_ag.h
150
return to_perag(xfs_group_get(mp, agno, XG_TYPE_AG));
fs/xfs/libxfs/xfs_ag.h
157
return to_perag(xfs_group_hold(pag_group(pag)));
fs/xfs/libxfs/xfs_ag.h
173
return to_perag(xfs_group_grab(mp, agno, XG_TYPE_AG));
fs/xfs/libxfs/xfs_ag.h
190
return to_perag(xfs_group_next_range(mp, pag ? pag_group(pag) : NULL,
fs/xfs/libxfs/xfs_alloc.c
304
fa = xfs_alloc_check_irec(to_perag(cur->bc_group), &irec);
fs/xfs/libxfs/xfs_alloc.c
4078
fa = xfs_alloc_check_irec(to_perag(cur->bc_group), &irec);
fs/xfs/libxfs/xfs_alloc.c
541
struct xfs_perag *pag = to_perag(cnt_cur->bc_group);
fs/xfs/libxfs/xfs_alloc_btree.c
107
error = xfs_alloc_put_freelist(to_perag(cur->bc_group), cur->bc_tp,
fs/xfs/libxfs/xfs_alloc_btree.c
31
to_perag(cur->bc_group));
fs/xfs/libxfs/xfs_alloc_btree.c
39
to_perag(cur->bc_group));
fs/xfs/libxfs/xfs_alloc_btree.c
48
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_alloc_btree.c
78
error = xfs_alloc_get_freelist(to_perag(cur->bc_group), cur->bc_tp,
fs/xfs/libxfs/xfs_btree.c
1014
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_btree.c
1088
*daddr = xfs_agbno_to_daddr(to_perag(cur->bc_group),
fs/xfs/libxfs/xfs_btree.c
234
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_btree.c
340
if (!xfs_verify_agbno(to_perag(cur->bc_group),
fs/xfs/libxfs/xfs_ialloc.c
173
fa = xfs_inobt_check_irec(to_perag(cur->bc_group), irec);
fs/xfs/libxfs/xfs_ialloc.c
280
to_perag(cur->bc_group)->pagi_freecount);
fs/xfs/libxfs/xfs_ialloc.c
2933
fa = xfs_inobt_check_irec(to_perag(cur->bc_group), &irec);
fs/xfs/libxfs/xfs_ialloc_btree.c
115
args.pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_ialloc_btree.c
40
return xfs_inobt_init_cursor(to_perag(cur->bc_group), cur->bc_tp,
fs/xfs/libxfs/xfs_ialloc_btree.c
48
return xfs_finobt_init_cursor(to_perag(cur->bc_group), cur->bc_tp,
fs/xfs/libxfs/xfs_refcount.c
1359
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_refcount.c
1415
struct xfs_perag *pag = to_perag(ri->ri_group);
fs/xfs/libxfs/xfs_refcount.c
178
return xfs_refcount_check_irec(to_perag(cur->bc_group), irec);
fs/xfs/libxfs/xfs_refcount.c
2107
error = xfs_alloc_read_agf(to_perag(xg), tp, 0, &agbp);
fs/xfs/libxfs/xfs_refcount.c
2110
cur = xfs_refcountbt_init_cursor(mp, tp, agbp, to_perag(xg));
fs/xfs/libxfs/xfs_refcount_btree.c
33
cur->bc_ag.agbp, to_perag(cur->bc_group));
fs/xfs/libxfs/xfs_refcount_btree.c
71
args.pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_rmap.c
2637
struct xfs_perag *pag = to_perag(ri->ri_group);
fs/xfs/libxfs/xfs_rmap.c
340
return xfs_rmap_check_irec(to_perag(cur->bc_group), irec);
fs/xfs/libxfs/xfs_rmap_btree.c
129
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_rmap_btree.c
60
cur->bc_ag.agbp, to_perag(cur->bc_group));
fs/xfs/libxfs/xfs_rmap_btree.c
71
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_rmap_btree.c
91
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/scrub/alloc.c
142
if (xfs_alloc_check_irec(to_perag(bs->cur->bc_group), &irec) != NULL) {
fs/xfs/scrub/bmap_repair.c
208
if (!xfs_verify_agbext(to_perag(cur->bc_group), rec->rm_startblock,
fs/xfs/scrub/bmap_repair.c
280
fsbno = xfs_agbno_to_fsb(to_perag(cur->bc_group), rec->rm_startblock);
fs/xfs/scrub/ialloc.c
261
struct xfs_perag *pag = to_perag(bs->cur->bc_group);
fs/xfs/scrub/ialloc.c
321
fsino = xfs_agino_to_ino(to_perag(bs->cur->bc_group), agino);
fs/xfs/scrub/ialloc.c
397
imap.im_blkno = xfs_agbno_to_daddr(to_perag(bs->cur->bc_group), agbno);
fs/xfs/scrub/ialloc.c
408
trace_xchk_iallocbt_check_cluster(to_perag(bs->cur->bc_group),
fs/xfs/scrub/ialloc.c
586
if (xfs_inobt_check_irec(to_perag(bs->cur->bc_group), &irec) != NULL) {
fs/xfs/scrub/refcount.c
455
if (xfs_refcount_check_irec(to_perag(bs->cur->bc_group), &irec) !=
fs/xfs/scrub/rmap.c
361
xfs_rmap_check_irec(to_perag(bs->cur->bc_group), &irec) != NULL) {
fs/xfs/scrub/rmap_repair.c
691
if (xfs_inobt_check_irec(to_perag(cur->bc_group), &irec) != NULL)
fs/xfs/xfs_extfree_item.c
553
error = __xfs_free_extent(tp, to_perag(xefi->xefi_group), agbno,
fs/xfs/xfs_extfree_item.c
599
error = xfs_alloc_read_agf(to_perag(xefi->xefi_group), tp, 0, &agbp);
fs/xfs/xfs_fsmap.c
227
to_perag(info->group));
fs/xfs/xfs_fsmap.c
620
to_perag(info->group));
fs/xfs/xfs_fsmap.c
653
to_perag(info->group));
fs/xfs/xfs_icache.c
313
return to_perag(xfs_group_grab_next_mark(mp,
fs/xfs/xfs_notify_failure.c
303
struct xfs_perag *pag = to_perag(xg);
fs/xfs/xfs_verify_media.c
121
struct xfs_perag *pag = to_perag(xg);