Symbol: xfs_perag
fs/xfs/libxfs/xfs_ag.c
201
struct xfs_perag *pag = xfs_perag_grab(mp, prev_agcount - 1);
fs/xfs/libxfs/xfs_ag.c
221
struct xfs_perag *pag;
fs/xfs/libxfs/xfs_ag.c
49
struct xfs_perag *pag;
fs/xfs/libxfs/xfs_ag.c
731
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.c
897
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.c
955
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.h
103
static inline struct xfs_mount *pag_mount(const struct xfs_perag *pag)
fs/xfs/libxfs/xfs_ag.h
108
static inline xfs_agnumber_t pag_agno(const struct xfs_perag *pag)
fs/xfs/libxfs/xfs_ag.h
123
static inline bool xfs_perag_ ## name (struct xfs_perag *pag) \
fs/xfs/libxfs/xfs_ag.h
14
struct xfs_perag;
fs/xfs/libxfs/xfs_ag.h
143
static inline struct xfs_perag *
fs/xfs/libxfs/xfs_ag.h
151
static inline struct xfs_perag *
fs/xfs/libxfs/xfs_ag.h
153
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_ag.h
160
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_ag.h
166
static inline struct xfs_perag *
fs/xfs/libxfs/xfs_ag.h
176
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_ag.h
181
static inline struct xfs_perag *
fs/xfs/libxfs/xfs_ag.h
184
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.h
192
static inline struct xfs_perag *
fs/xfs/libxfs/xfs_ag.h
195
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.h
201
static inline struct xfs_perag *
fs/xfs/libxfs/xfs_ag.h
204
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_ag.h
217
xfs_verify_agbno(struct xfs_perag *pag, xfs_agblock_t agbno)
fs/xfs/libxfs/xfs_ag.h
224
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.h
236
xfs_verify_agino(struct xfs_perag *pag, xfs_agino_t agino)
fs/xfs/libxfs/xfs_ag.h
250
xfs_verify_agino_or_null(struct xfs_perag *pag, xfs_agino_t agino)
fs/xfs/libxfs/xfs_ag.h
264
static inline struct xfs_perag *
fs/xfs/libxfs/xfs_ag.h
266
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.h
330
int xfs_ag_shrink_space(struct xfs_perag *pag, struct xfs_trans **tpp,
fs/xfs/libxfs/xfs_ag.h
332
int xfs_ag_extend_space(struct xfs_perag *pag, struct xfs_trans *tp,
fs/xfs/libxfs/xfs_ag.h
334
int xfs_ag_get_geometry(struct xfs_perag *pag, struct xfs_ag_geometry *ageo);
fs/xfs/libxfs/xfs_ag.h
340
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.h
348
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.h
356
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag.h
93
static inline struct xfs_perag *to_perag(struct xfs_group *xg)
fs/xfs/libxfs/xfs_ag.h
95
return container_of(xg, struct xfs_perag, pag_group);
fs/xfs/libxfs/xfs_ag.h
98
static inline struct xfs_group *pag_group(struct xfs_perag *pag)
fs/xfs/libxfs/xfs_ag_resv.c
105
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag_resv.c
132
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag_resv.c
161
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_ag_resv.c
169
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag_resv.c
238
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag_resv.c
338
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag_resv.c
381
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag_resv.c
70
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag_resv.h
10
int xfs_ag_resv_init(struct xfs_perag *pag, struct xfs_trans *tp);
fs/xfs/libxfs/xfs_ag_resv.h
12
bool xfs_ag_resv_critical(struct xfs_perag *pag, enum xfs_ag_resv_type type);
fs/xfs/libxfs/xfs_ag_resv.h
13
xfs_extlen_t xfs_ag_resv_needed(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag_resv.h
16
void xfs_ag_resv_alloc_extent(struct xfs_perag *pag, enum xfs_ag_resv_type type,
fs/xfs/libxfs/xfs_ag_resv.h
18
void xfs_ag_resv_free_extent(struct xfs_perag *pag, enum xfs_ag_resv_type type,
fs/xfs/libxfs/xfs_ag_resv.h
23
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ag_resv.h
9
void xfs_ag_resv_free(struct xfs_perag *pag);
fs/xfs/libxfs/xfs_alloc.c
2060
struct xfs_perag *pag = agbp->b_pag;
fs/xfs/libxfs/xfs_alloc.c
2407
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.c
2447
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_alloc.c
2500
struct xfs_perag *pag = args->pag;
fs/xfs/libxfs/xfs_alloc.c
253
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.c
2605
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_alloc.c
2831
struct xfs_perag *pag = args->pag;
fs/xfs/libxfs/xfs_alloc.c
3028
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.c
3134
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.c
3366
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.c
3395
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.c
3971
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.c
4006
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.c
541
struct xfs_perag *pag = to_perag(cnt_cur->bc_group);
fs/xfs/libxfs/xfs_alloc.c
877
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.h
12
struct xfs_perag;
fs/xfs/libxfs/xfs_alloc.h
146
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.h
156
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.h
189
xfs_failaddr_t xfs_alloc_check_irec(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.h
192
int xfs_read_agf(struct xfs_perag *pag, struct xfs_trans *tp, int flags,
fs/xfs/libxfs/xfs_alloc.h
194
int xfs_alloc_read_agf(struct xfs_perag *pag, struct xfs_trans *tp, int flags,
fs/xfs/libxfs/xfs_alloc.h
196
int xfs_alloc_read_agfl(struct xfs_perag *pag, struct xfs_trans *tp,
fs/xfs/libxfs/xfs_alloc.h
199
int xfs_free_extent_fix_freelist(struct xfs_trans *tp, struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.h
38
struct xfs_perag *pag; /* per-ag struct for this agno */
fs/xfs/libxfs/xfs_alloc.h
72
xfs_extlen_t xfs_alloc_longest_free_extent(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_alloc.h
75
struct xfs_perag *pag);
fs/xfs/libxfs/xfs_alloc.h
76
int xfs_alloc_get_freelist(struct xfs_perag *pag, struct xfs_trans *tp,
fs/xfs/libxfs/xfs_alloc.h
78
int xfs_alloc_put_freelist(struct xfs_perag *pag, struct xfs_trans *tp,
fs/xfs/libxfs/xfs_alloc_btree.c
248
struct xfs_perag *pag = bp->b_pag;
fs/xfs/libxfs/xfs_alloc_btree.c
48
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_alloc_btree.c
481
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_alloc_btree.c
507
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_alloc_btree.h
16
struct xfs_perag;
fs/xfs/libxfs/xfs_alloc_btree.h
52
struct xfs_perag *pag);
fs/xfs/libxfs/xfs_alloc_btree.h
55
struct xfs_perag *pag);
fs/xfs/libxfs/xfs_bmap.c
3148
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_bmap.c
3202
struct xfs_perag *pag;
fs/xfs/libxfs/xfs_bmap.c
3415
struct xfs_perag *caller_pag = args->pag;
fs/xfs/libxfs/xfs_bmap.h
178
int xfs_bmap_longest_free_extent(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_btree.c
1014
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_btree.c
107
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_btree.c
234
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_btree.c
4918
struct xfs_perag *pag = bp->b_pag;
fs/xfs/libxfs/xfs_btree.h
14
struct xfs_perag;
fs/xfs/libxfs/xfs_dir2.c
1245
struct xfs_perag *pag;
fs/xfs/libxfs/xfs_dir2.c
920
struct xfs_perag *pag;
fs/xfs/libxfs/xfs_health.h
284
void xfs_ag_geom_health(struct xfs_perag *pag, struct xfs_ag_geometry *ageo);
fs/xfs/libxfs/xfs_health.h
52
struct xfs_perag;
fs/xfs/libxfs/xfs_ialloc.c
1066
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
1091
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
114
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
1567
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
1723
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
1796
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
1895
struct xfs_perag *pag;
fs/xfs/libxfs/xfs_ialloc.c
1998
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
204
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
2075
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
2210
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
2324
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
2394
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
2457
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
2735
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
2765
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
3145
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
551
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
645
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.c
695
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.h
100
xfs_failaddr_t xfs_inobt_check_irec(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.h
115
int xfs_ialloc_check_shrink(struct xfs_perag *pag, struct xfs_trans *tp,
fs/xfs/libxfs/xfs_ialloc.h
15
struct xfs_perag;
fs/xfs/libxfs/xfs_ialloc.h
45
int xfs_difree(struct xfs_trans *tp, struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.h
53
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc.h
68
int xfs_read_agi(struct xfs_perag *pag, struct xfs_trans *tp, xfs_buf_flags_t flags,
fs/xfs/libxfs/xfs_ialloc.h
70
int xfs_ialloc_read_agi(struct xfs_perag *pag, struct xfs_trans *tp,
fs/xfs/libxfs/xfs_ialloc_btree.c
478
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc_btree.c
504
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc_btree.c
717
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_ialloc_btree.c
741
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc_btree.c
766
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc_btree.c
789
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc_btree.h
16
struct xfs_perag;
fs/xfs/libxfs/xfs_ialloc_btree.h
49
struct xfs_btree_cur *xfs_inobt_init_cursor(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc_btree.h
51
struct xfs_btree_cur *xfs_finobt_init_cursor(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_ialloc_btree.h
66
int xfs_finobt_calc_reserves(struct xfs_perag *perag, struct xfs_trans *tp,
fs/xfs/libxfs/xfs_inode_buf.c
130
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_inode_buf.h
21
int xfs_read_icluster(struct xfs_perag *pag, struct xfs_trans *tp,
fs/xfs/libxfs/xfs_inode_util.c
402
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_inode_util.c
427
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_inode_util.c
463
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_inode_util.c
525
struct xfs_perag *pag;
fs/xfs/libxfs/xfs_inode_util.c
549
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_inode_util.c
624
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_inode_util.c
697
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_inode_util.h
53
int xfs_inode_uninit(struct xfs_trans *tp, struct xfs_perag *pag,
fs/xfs/libxfs/xfs_inode_util.h
57
int xfs_iunlink_remove(struct xfs_trans *tp, struct xfs_perag *pag,
fs/xfs/libxfs/xfs_refcount.c
131
struct xfs_perag *pag,
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.h
11
struct xfs_perag;
fs/xfs/libxfs/xfs_refcount.h
124
xfs_failaddr_t xfs_refcount_check_irec(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_refcount_btree.c
210
struct xfs_perag *pag = bp->b_pag;
fs/xfs/libxfs/xfs_refcount_btree.c
360
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_refcount_btree.c
44
struct xfs_perag *pag = agbp->b_pag;
fs/xfs/libxfs/xfs_refcount_btree.c
490
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_refcount_btree.h
16
struct xfs_perag;
fs/xfs/libxfs/xfs_refcount_btree.h
50
struct xfs_perag *pag);
fs/xfs/libxfs/xfs_refcount_btree.h
61
struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask,
fs/xfs/libxfs/xfs_rmap.c
1210
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_rmap.c
215
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_rmap.c
2637
struct xfs_perag *pag = to_perag(ri->ri_group);
fs/xfs/libxfs/xfs_rmap.c
965
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_rmap.h
124
struct xfs_perag *pag, xfs_agblock_t bno, xfs_extlen_t len,
fs/xfs/libxfs/xfs_rmap.h
127
struct xfs_perag *pag, xfs_agblock_t bno, xfs_extlen_t len,
fs/xfs/libxfs/xfs_rmap.h
213
xfs_failaddr_t xfs_rmap_check_irec(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_rmap.h
9
struct xfs_perag;
fs/xfs/libxfs/xfs_rmap_btree.c
129
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_rmap_btree.c
305
struct xfs_perag *pag = bp->b_pag;
fs/xfs/libxfs/xfs_rmap_btree.c
515
struct xfs_perag *pag)
fs/xfs/libxfs/xfs_rmap_btree.c
625
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_rmap_btree.c
71
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_rmap_btree.c
818
struct xfs_perag *pag,
fs/xfs/libxfs/xfs_rmap_btree.c
91
struct xfs_perag *pag = to_perag(cur->bc_group);
fs/xfs/libxfs/xfs_rmap_btree.h
47
struct xfs_perag *pag);
fs/xfs/libxfs/xfs_rmap_btree.h
60
struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used);
fs/xfs/libxfs/xfs_rmap_btree.h
67
struct xfs_btree_cur *xfs_rmapbt_mem_cursor(struct xfs_perag *pag,
fs/xfs/libxfs/xfs_sb.c
1408
struct xfs_perag *pag = NULL;
fs/xfs/libxfs/xfs_sb.h
14
struct xfs_perag;
fs/xfs/libxfs/xfs_types.c
200
struct xfs_perag *pag = NULL;
fs/xfs/scrub/agheader.c
105
struct xfs_perag *pag;
fs/xfs/scrub/agheader.c
601
struct xfs_perag *pag;
fs/xfs/scrub/agheader.c
979
struct xfs_perag *pag;
fs/xfs/scrub/agheader_repair.c
1116
struct xfs_perag *pag,
fs/xfs/scrub/agheader_repair.c
1169
struct xfs_perag *pag = ragi->sc->sa.pag;
fs/xfs/scrub/agheader_repair.c
1528
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/agheader_repair.c
1586
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/agheader_repair.c
1683
struct xfs_perag *pag;
fs/xfs/scrub/agheader_repair.c
204
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/agheader_repair.c
317
struct xfs_perag *pag;
fs/xfs/scrub/agheader_repair.c
897
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/alloc_repair.c
536
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/alloc_repair.c
652
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/alloc_repair.c
709
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/alloc_repair.c
827
struct xfs_perag *pag = ra->sc->sa.pag;
fs/xfs/scrub/bmap.c
694
struct xfs_perag *pag)
fs/xfs/scrub/bmap.c
843
struct xfs_perag *pag = NULL;
fs/xfs/scrub/bmap_repair.c
357
struct xfs_perag *pag)
fs/xfs/scrub/bmap_repair.c
527
struct xfs_perag *pag = NULL;
fs/xfs/scrub/common.c
1012
struct xfs_perag *pag;
fs/xfs/scrub/common.c
1134
struct xfs_perag *pag;
fs/xfs/scrub/common.c
1540
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/cow_repair.c
263
struct xfs_perag *pag;
fs/xfs/scrub/dir_repair.c
1546
struct xfs_perag *pag;
fs/xfs/scrub/fscounters.c
299
struct xfs_perag *pag = NULL;
fs/xfs/scrub/fscounters.c
77
struct xfs_perag *pag = NULL;
fs/xfs/scrub/health.c
170
struct xfs_perag *pag = NULL;
fs/xfs/scrub/health.c
194
struct xfs_perag *pag;
fs/xfs/scrub/health.c
315
struct xfs_perag *pag = NULL;
fs/xfs/scrub/ialloc.c
261
struct xfs_perag *pag = to_perag(bs->cur->bc_group);
fs/xfs/scrub/ialloc.c
366
struct xfs_perag *pag = to_perag(bs->cur->bc_group);
fs/xfs/scrub/inode.c
97
struct xfs_perag *pag;
fs/xfs/scrub/inode_repair.c
2015
struct xfs_perag *pag;
fs/xfs/scrub/inode_repair.c
762
struct xfs_perag *pag)
fs/xfs/scrub/inode_repair.c
829
struct xfs_perag *pag = NULL;
fs/xfs/scrub/iscan.c
265
struct xfs_perag *pag,
fs/xfs/scrub/iscan.c
305
struct xfs_perag **pagp,
fs/xfs/scrub/iscan.c
313
struct xfs_perag *pag;
fs/xfs/scrub/iscan.c
431
struct xfs_perag *pag,
fs/xfs/scrub/iscan.c
582
struct xfs_perag *pag = NULL;
fs/xfs/scrub/iscan.c
61
struct xfs_perag *pag,
fs/xfs/scrub/iscan.c
88
struct xfs_perag *pag,
fs/xfs/scrub/newbt.c
189
struct xfs_perag *pag,
fs/xfs/scrub/newbt.c
231
struct xfs_perag *pag,
fs/xfs/scrub/newbt.c
359
struct xfs_perag *pag;
fs/xfs/scrub/newbt.h
15
struct xfs_perag *pag;
fs/xfs/scrub/newbt.h
68
int xrep_newbt_add_extent(struct xrep_newbt *xnr, struct xfs_perag *pag,
fs/xfs/scrub/nlinks_repair.c
75
struct xfs_perag *pag;
fs/xfs/scrub/parent_repair.c
1428
struct xfs_perag *pag;
fs/xfs/scrub/reap.c
1320
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/reap.c
290
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/refcount_repair.c
556
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/refcount_repair.c
586
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/refcount_repair.c
675
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/repair.c
266
struct xfs_perag *pag,
fs/xfs/scrub/repair.c
286
struct xfs_perag *pag;
fs/xfs/scrub/repair.c
922
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/repair.c
951
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/repair.c
978
struct xfs_perag *pag,
fs/xfs/scrub/repair.h
104
int xrep_ag_init(struct xfs_scrub *sc, struct xfs_perag *pag,
fs/xfs/scrub/repair.h
29
bool xrep_ag_has_space(struct xfs_perag *pag, xfs_extlen_t nr_blocks,
fs/xfs/scrub/rmap_repair.c
1186
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/rmap_repair.c
1336
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/rmap_repair.c
1508
struct xfs_perag *pag = sc->sa.pag;
fs/xfs/scrub/rtrefcount_repair.c
418
struct xfs_perag *pag)
fs/xfs/scrub/rtrefcount_repair.c
439
struct xfs_perag *pag = NULL;
fs/xfs/scrub/rtrmap_repair.c
411
struct xfs_perag *pag)
fs/xfs/scrub/rtrmap_repair.c
543
struct xfs_perag *pag = NULL;
fs/xfs/scrub/scrub.h
107
struct xfs_perag *pag;
fs/xfs/scrub/trace.h
2078
TP_PROTO(const struct xfs_perag *pag, const struct xfs_rmap_irec *rec),
fs/xfs/scrub/trace.h
2109
TP_PROTO(const struct xfs_perag *pag,
fs/xfs/scrub/trace.h
2132
TP_PROTO(const struct xfs_perag *pag,
fs/xfs/scrub/trace.h
2229
TP_PROTO(const struct xfs_perag *pag, const struct xfs_rmap_irec *rec),
fs/xfs/scrub/trace.h
2260
TP_PROTO(const struct xfs_perag *pag, xfs_agblock_t agbno,
fs/xfs/scrub/trace.h
2285
TP_PROTO(const struct xfs_perag *pag, xfs_agino_t icount,
fs/xfs/scrub/trace.h
2314
TP_PROTO(const struct xfs_perag *pag, xfs_agblock_t bnobt_sz,
fs/xfs/scrub/trace.h
2394
TP_PROTO(const struct xfs_perag *pag, xfs_agblock_t agbno,
fs/xfs/scrub/trace.h
2420
TP_PROTO(const struct xfs_perag *pag, xfs_agblock_t agbno, \
fs/xfs/scrub/trace.h
2675
TP_PROTO(const struct xfs_perag *pag, xfs_agblock_t agbno,
fs/xfs/scrub/trace.h
3396
TP_PROTO(const struct xfs_perag *pag, unsigned int bucket,
fs/xfs/scrub/trace.h
3486
TP_PROTO(const struct xfs_perag *pag, unsigned int bucket,
fs/xfs/scrub/trace.h
3512
TP_PROTO(const struct xfs_perag *pag, unsigned int bucket,
fs/xfs/scrub/trace.h
3538
TP_PROTO(const struct xfs_perag *pag, unsigned int bucket, \
fs/xfs/scrub/trace.h
3599
TP_PROTO(const struct xfs_perag *pag, unsigned int bucket,
fs/xfs/scrub/trace.h
3625
TP_PROTO(const struct xfs_perag *pag, unsigned int bucket,
fs/xfs/scrub/trace.h
787
TP_PROTO(const struct xfs_perag *pag, xfs_agino_t startino,
fs/xfs/scrub/trace.h
937
TP_PROTO(const struct xfs_perag *pag,
fs/xfs/xfs_buf.c
472
struct xfs_perag *pag,
fs/xfs/xfs_buf.c
530
static inline struct xfs_perag *
fs/xfs/xfs_buf.c
555
struct xfs_perag *pag;
fs/xfs/xfs_buf.h
162
struct xfs_perag *b_pag;
fs/xfs/xfs_discard.c
162
struct xfs_perag *pag,
fs/xfs/xfs_discard.c
334
struct xfs_perag *pag,
fs/xfs/xfs_discard.c
397
struct xfs_perag *pag = NULL;
fs/xfs/xfs_drain.h
10
struct xfs_perag;
fs/xfs/xfs_extent_busy.c
667
struct xfs_perag *pag = NULL;
fs/xfs/xfs_filestream.c
210
struct xfs_perag *pag;
fs/xfs/xfs_filestream.c
26
struct xfs_perag *pag; /* AG in use for this directory */
fs/xfs/xfs_filestream.c
41
struct xfs_perag *pag = item->pag;
fs/xfs/xfs_filestream.c
64
struct xfs_perag *pag;
fs/xfs/xfs_filestream.c
65
struct xfs_perag *max_pag = NULL;
fs/xfs/xfs_fsmap.c
478
struct xfs_perag *pag = NULL;
fs/xfs/xfs_fsops.c
107
struct xfs_perag *last_pag;
fs/xfs/xfs_fsops.c
211
struct xfs_perag *pag;
fs/xfs/xfs_fsops.c
51
struct xfs_perag *last_pag,
fs/xfs/xfs_fsops.c
547
struct xfs_perag *pag = NULL;
fs/xfs/xfs_fsops.c
585
struct xfs_perag *pag = NULL;
fs/xfs/xfs_health.c
193
struct xfs_perag *pag = xfs_perag_get(mp, agno);
fs/xfs/xfs_health.c
50
struct xfs_perag *pag = NULL;
fs/xfs/xfs_health.c
533
struct xfs_perag *pag,
fs/xfs/xfs_icache.c
1126
struct xfs_perag *pag;
fs/xfs/xfs_icache.c
1278
struct xfs_perag *pag;
fs/xfs/xfs_icache.c
1316
struct xfs_perag *pag;
fs/xfs/xfs_icache.c
1469
struct xfs_perag *pag = NULL;
fs/xfs/xfs_icache.c
1484
struct xfs_perag *pag = NULL;
fs/xfs/xfs_icache.c
1564
struct xfs_perag *pag = container_of(to_delayed_work(work),
fs/xfs/xfs_icache.c
1565
struct xfs_perag, pag_blockgc_work);
fs/xfs/xfs_icache.c
1606
struct xfs_perag *pag = NULL;
fs/xfs/xfs_icache.c
1728
struct xfs_perag *pag,
fs/xfs/xfs_icache.c
1750
struct xfs_perag *pag,
fs/xfs/xfs_icache.c
1863
struct xfs_perag *pag = NULL;
fs/xfs/xfs_icache.c
1913
struct xfs_perag *pag;
fs/xfs/xfs_icache.c
224
struct xfs_perag *pag)
fs/xfs/xfs_icache.c
241
struct xfs_perag *pag,
fs/xfs/xfs_icache.c
277
struct xfs_perag *pag,
fs/xfs/xfs_icache.c
306
static struct xfs_perag *
fs/xfs/xfs_icache.c
309
struct xfs_perag *pag,
fs/xfs/xfs_icache.c
363
struct xfs_perag *pag,
fs/xfs/xfs_icache.c
500
struct xfs_perag *pag,
fs/xfs/xfs_icache.c
53
static int xfs_icwalk_ag(struct xfs_perag *pag,
fs/xfs/xfs_icache.c
625
struct xfs_perag *pag,
fs/xfs/xfs_icache.c
774
struct xfs_perag *pag;
fs/xfs/xfs_icache.c
965
struct xfs_perag *pag)
fs/xfs/xfs_icache.h
10
struct xfs_perag;
fs/xfs/xfs_inode.c
1347
struct xfs_perag *pag;
fs/xfs/xfs_inode.c
1512
struct xfs_perag *pag,
fs/xfs/xfs_inode.c
1550
struct xfs_perag *pag = agibp->b_pag;
fs/xfs/xfs_inode.c
1605
struct xfs_perag *pag,
fs/xfs/xfs_inode.c
1701
struct xfs_perag *pag,
fs/xfs/xfs_inode.c
1801
struct xfs_perag *pag;
fs/xfs/xfs_inode.c
2318
struct xfs_perag *pag;
fs/xfs/xfs_inode.c
2866
struct xfs_perag *pag;
fs/xfs/xfs_inode.h
646
struct xfs_inode *xfs_iunlink_lookup(struct xfs_perag *pag, xfs_agino_t agino);
fs/xfs/xfs_inode_item.c
158
struct xfs_perag *pag;
fs/xfs/xfs_ioctl.c
387
struct xfs_perag *pag;
fs/xfs/xfs_iunlink_item.c
143
struct xfs_perag *pag,
fs/xfs/xfs_iunlink_item.h
11
struct xfs_perag;
fs/xfs/xfs_iunlink_item.h
17
struct xfs_perag *pag;
fs/xfs/xfs_iunlink_item.h
25
struct xfs_perag *pag, xfs_agino_t next_agino);
fs/xfs/xfs_iwalk.c
178
struct xfs_perag *pag = iwag->pag;
fs/xfs/xfs_iwalk.c
264
struct xfs_perag *pag = iwag->pag;
fs/xfs/xfs_iwalk.c
397
struct xfs_perag *pag = iwag->pag;
fs/xfs/xfs_iwalk.c
56
struct xfs_perag *pag;
fs/xfs/xfs_iwalk.c
646
struct xfs_perag *pag = NULL;
fs/xfs/xfs_iwalk.c
99
struct xfs_perag *pag,
fs/xfs/xfs_log_recover.c
2693
struct xfs_perag *pag,
fs/xfs/xfs_log_recover.c
2733
struct xfs_perag *pag,
fs/xfs/xfs_log_recover.c
2815
struct xfs_perag *pag)
fs/xfs/xfs_log_recover.c
2864
struct xfs_perag *pag = NULL;
fs/xfs/xfs_mount.h
15
struct xfs_perag;
fs/xfs/xfs_notify_failure.c
303
struct xfs_perag *pag = to_perag(xg);
fs/xfs/xfs_reflink.c
1105
struct xfs_perag *pag = NULL;
fs/xfs/xfs_reflink.c
1323
struct xfs_perag *pag;
fs/xfs/xfs_reflink.c
145
struct xfs_perag *pag;
fs/xfs/xfs_super.c
267
struct xfs_perag *pag,
fs/xfs/xfs_super.c
349
struct xfs_perag *pag;
fs/xfs/xfs_trace.h
1200
TP_PROTO(const struct xfs_perag *pag,
fs/xfs/xfs_trace.h
1230
TP_PROTO(const struct xfs_perag *pag,
fs/xfs/xfs_trace.h
2169
TP_PROTO(const struct xfs_perag *pag, xfs_agblock_t agbno,
fs/xfs/xfs_trace.h
288
TP_PROTO(const struct xfs_perag *pag, unsigned long caller_ip),
fs/xfs/xfs_trace.h
315
TP_PROTO(const struct xfs_perag *pag, unsigned long caller_ip), \
fs/xfs/xfs_trace.h
3501
TP_PROTO(struct xfs_perag *pag, enum xfs_ag_resv_type resv,
fs/xfs/xfs_trace.h
3539
TP_PROTO(struct xfs_perag *pag, enum xfs_ag_resv_type type, \
fs/xfs/xfs_trace.h
3552
TP_PROTO(const struct xfs_perag *pag, int error,
fs/xfs/xfs_trace.h
4469
TP_PROTO(const struct xfs_perag *pag, unsigned int bucket,
fs/xfs/xfs_trace.h
4669
TP_PROTO(const struct xfs_perag *pag, \
fs/xfs/xfs_trace.h
592
TP_PROTO(const struct xfs_perag *pag),
fs/xfs/xfs_trace.h
608
TP_PROTO(const struct xfs_perag *pag), \
fs/xfs/xfs_trace.h
91
struct xfs_perag;
fs/xfs/xfs_trace.h
959
TP_PROTO(const struct xfs_perag *pag, xfs_ino_t ino),
fs/xfs/xfs_trace.h
981
TP_PROTO(const struct xfs_perag *pag, xfs_ino_t ino), \
fs/xfs/xfs_trace.h
988
TP_PROTO(const struct xfs_perag *pag, xfs_ino_t ino),
fs/xfs/xfs_verify_media.c
121
struct xfs_perag *pag = to_perag(xg);