Home
last modified time | relevance | path

Searched defs:pag (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_ag_resv.c70 struct xfs_perag *pag, in xfs_ag_resv_critical()
104 struct xfs_perag *pag, in xfs_ag_resv_needed()
130 struct xfs_perag *pag, in __xfs_ag_resv_free()
165 struct xfs_perag *pag) in xfs_ag_resv_free()
179 struct xfs_perag *pag, in __xfs_ag_resv_init()
249 struct xfs_perag *pag, in xfs_ag_resv_init()
349 struct xfs_perag *pag, in xfs_ag_resv_alloc_extent()
391 struct xfs_perag *pag, in xfs_ag_resv_free_extent()
Dxfs_ag.c46 struct xfs_perag *pag; in xfs_perag_get() local
69 struct xfs_perag *pag; in xfs_perag_get_tag() local
88 struct xfs_perag *pag) in xfs_perag_put()
111 struct xfs_perag *pag; in xfs_initialize_perag_data() local
173 struct xfs_perag *pag = container_of(head, struct xfs_perag, rcu_head); in __xfs_free_perag() local
187 struct xfs_perag *pag; in xfs_free_perag() local
211 struct xfs_perag *pag; in xfs_initialize_perag() local
949 struct xfs_perag *pag; in xfs_ag_get_geometry() local
Dxfs_rmap_btree.c86 struct xfs_perag *pag = cur->bc_ag.pag; in xfs_rmapbt_alloc_block() local
121 struct xfs_perag *pag = cur->bc_ag.pag; in xfs_rmapbt_free_block() local
288 struct xfs_perag *pag = bp->b_pag; in xfs_rmapbt_verify() local
450 struct xfs_perag *pag) in xfs_rmapbt_init_common()
477 struct xfs_perag *pag) in xfs_rmapbt_init_cursor()
493 struct xfs_perag *pag) in xfs_rmapbt_stage_cursor()
599 struct xfs_perag *pag, in xfs_rmapbt_calc_reserves()
Dxfs_refcount_btree.c40 struct xfs_perag *pag = agbp->b_pag; in xfs_refcountbt_set_root() local
205 struct xfs_perag *pag = bp->b_pag; in xfs_refcountbt_verify() local
319 struct xfs_perag *pag) in xfs_refcountbt_init_common()
350 struct xfs_perag *pag) in xfs_refcountbt_init_cursor()
366 struct xfs_perag *pag) in xfs_refcountbt_stage_cursor()
455 struct xfs_perag *pag, in xfs_refcountbt_calc_reserves()
Dxfs_ialloc.c175 struct xfs_perag *pag, in xfs_inobt_insert()
520 struct xfs_perag *pag, in xfs_inobt_insert_sprec()
614 struct xfs_perag *pag) in xfs_ialloc_ag_alloc()
986 struct xfs_perag *pag, in xfs_dialloc_ag_inobt()
1434 struct xfs_perag *pag, in xfs_dialloc_ag()
1598 struct xfs_perag *pag, in xfs_dialloc_good_ag()
1669 struct xfs_perag *pag, in xfs_dialloc_try_ag()
1737 struct xfs_perag *pag; in xfs_dialloc() local
1891 struct xfs_perag *pag, in xfs_difree_inobt()
1957 struct xfs_perag *pag = agbp->b_pag; in xfs_difree_inobt() local
[all …]
Dxfs_ag_resv.h23 struct xfs_perag *pag, in xfs_perag_resv()
47 struct xfs_perag *pag; in xfs_ag_resv_rmapbt_alloc() local
Dxfs_ialloc_btree.c430 struct xfs_perag *pag, in xfs_inobt_init_common()
464 struct xfs_perag *pag, in xfs_inobt_init_cursor()
484 struct xfs_perag *pag, in xfs_inobt_stage_cursor()
661 struct xfs_perag *pag, in xfs_inobt_cur()
685 struct xfs_perag *pag, in xfs_inobt_count_blocks()
709 struct xfs_perag *pag, in xfs_finobt_read_blocks()
733 struct xfs_perag *pag, in xfs_finobt_calc_reserves()
Dxfs_alloc_btree.c113 struct xfs_perag *pag; in xfs_allocbt_update_lastrec() local
290 struct xfs_perag *pag = bp->b_pag; in xfs_allocbt_verify() local
473 struct xfs_perag *pag, in xfs_allocbt_init_common()
515 struct xfs_perag *pag, in xfs_allocbt_init_cursor()
537 struct xfs_perag *pag, in xfs_allocbt_stage_cursor()
Dxfs_ag.h127 #define for_each_perag_range(mp, next_agno, end_agno, pag) \ argument
134 #define for_each_perag_from(mp, next_agno, pag) \ argument
138 #define for_each_perag(mp, agno, pag) \ argument
142 #define for_each_perag_tag(mp, agno, pag, tag) \ argument
Dxfs_alloc.c1898 struct xfs_perag *pag = agbp->b_pag; in xfs_free_ag_extent() local
2211 struct xfs_perag *pag, in xfs_alloc_longest_free_extent()
2251 struct xfs_perag *pag) in xfs_alloc_min_freelist()
2286 struct xfs_perag *pag = args->pag; in xfs_alloc_space_available() local
2417 struct xfs_perag *pag) in xfs_agfl_reset()
2527 struct xfs_perag *pag = args->pag; in xfs_alloc_fix_freelist() local
2710 struct xfs_perag *pag; in xfs_alloc_get_freelist() local
2830 struct xfs_perag *pag; in xfs_alloc_put_freelist() local
3034 struct xfs_perag *pag; /* per allocation group data */ in xfs_alloc_read_agf() local
3295 struct xfs_perag *pag, in xfs_free_extent_fix_freelist()
[all …]
Dxfs_health.h145 xfs_ag_has_sickness(struct xfs_perag *pag, unsigned int mask) in xfs_ag_has_sickness()
175 xfs_ag_is_healthy(struct xfs_perag *pag) in xfs_ag_is_healthy()
/Linux-v5.15/fs/xfs/
Dxfs_extent_busy.c25 struct xfs_perag *pag, in xfs_extent_busy_insert()
81 struct xfs_perag *pag, in xfs_extent_busy_search()
128 struct xfs_perag *pag, in xfs_extent_busy_update_extent()
276 struct xfs_perag *pag, in xfs_extent_busy_reuse()
499 struct xfs_perag *pag, in xfs_extent_busy_clear_one()
514 struct xfs_perag *pag, in xfs_extent_busy_put_pag()
539 struct xfs_perag *pag = NULL; in xfs_extent_busy_clear() local
572 struct xfs_perag *pag, in xfs_extent_busy_flush()
596 struct xfs_perag *pag; in xfs_extent_busy_wait_all() local
Dxfs_icache.c204 struct xfs_perag *pag) in xfs_blockgc_queue()
222 struct xfs_perag *pag, in xfs_perag_set_inode_tag()
261 struct xfs_perag *pag, in xfs_perag_clear_inode_tag()
348 struct xfs_perag *pag, in xfs_iget_recycle()
470 struct xfs_perag *pag, in xfs_iget_cache_hit()
584 struct xfs_perag *pag, in xfs_iget_cache_miss()
729 struct xfs_perag *pag; in xfs_iget() local
885 struct xfs_perag *pag) in xfs_reclaim_inode()
1028 struct xfs_perag *pag; in xfs_reclaim_inodes_count() local
1180 struct xfs_perag *pag; in xfs_blockgc_set_iflag() local
[all …]
Dxfs_iwalk.c55 struct xfs_perag *pag; member
98 struct xfs_perag *pag, in xfs_iwalk_ichunk_ra()
186 struct xfs_perag *pag = iwag->pag; in xfs_iwalk_ag_recs() local
272 struct xfs_perag *pag = iwag->pag; in xfs_iwalk_ag_start() local
407 struct xfs_perag *pag = iwag->pag; in xfs_iwalk_ag() local
571 struct xfs_perag *pag; in xfs_iwalk() local
649 struct xfs_perag *pag; in xfs_iwalk_threaded() local
756 struct xfs_perag *pag; in xfs_inobt_walk() local
Dxfs_health.c27 struct xfs_perag *pag; in xfs_health_unmount() local
179 struct xfs_perag *pag, in xfs_ag_mark_sick()
194 struct xfs_perag *pag, in xfs_ag_mark_healthy()
209 struct xfs_perag *pag, in xfs_ag_measure_sickness()
344 struct xfs_perag *pag, in xfs_ag_geom_health()
Dxfs_inode.c1284 struct xfs_perag *pag; in xfs_link() local
1887 struct xfs_perag *pag, in xfs_iunlink_lookup_backref()
1904 struct xfs_perag *pag, in xfs_iunlink_insert_backref()
1933 struct xfs_perag *pag, in xfs_iunlink_add_backref()
1956 struct xfs_perag *pag, in xfs_iunlink_change_backref()
1996 struct xfs_perag *pag) in xfs_iunlink_init()
2017 struct xfs_perag *pag) in xfs_iunlink_destroy()
2034 struct xfs_perag *pag, in xfs_iunlink_update_bucket()
2070 struct xfs_perag *pag, in xfs_iunlink_update_dinode()
2100 struct xfs_perag *pag, in xfs_iunlink_update_inode()
[all …]
Dxfs_filestream.c43 struct xfs_perag *pag; in xfs_filestream_peek_ag() local
57 struct xfs_perag *pag; in xfs_filestream_get_ag() local
71 struct xfs_perag *pag; in xfs_filestream_put_ag() local
107 struct xfs_perag *pag; in xfs_filestream_pick_ag() local
Dxfs_fsops.c201 struct xfs_perag *pag; in xfs_growfs_data_private() local
569 struct xfs_perag *pag; in xfs_fs_reserve_ag_blocks() local
597 struct xfs_perag *pag; in xfs_fs_unreserve_ag_blocks() local
Dxfs_discard.c35 struct xfs_perag *pag; in xfs_trim_extents() local
Dxfs_buf.c492 struct xfs_perag *pag) in xfs_buf_hash_init()
500 struct xfs_perag *pag) in xfs_buf_hash_destroy()
532 struct xfs_perag *pag; in xfs_buf_find() local
955 struct xfs_perag *pag = bp->b_pag; in xfs_buf_rele() local
/Linux-v5.15/fs/xfs/scrub/
Dhealth.c130 struct xfs_perag *pag; in xchk_update_health() local
177 struct xfs_perag *pag, in xchk_ag_btree_healthy_enough()
Dfscounters.c70 struct xfs_perag *pag = NULL; in xchk_fscount_warmup() local
182 struct xfs_perag *pag; in xchk_fscount_aggregate_agcounts() local
Dagheader.c66 struct xfs_perag *pag; in xchk_superblock() local
524 struct xfs_perag *pag; in xchk_agf() local
852 struct xfs_perag *pag; in xchk_agi() local
Dbmap.c552 struct xfs_perag *pag) in xchk_bmap_check_ag_rmaps()
583 struct xfs_perag *pag; in xchk_bmap_check_rmaps() local
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_flower.c21 #define VCAP_IS2_CHAIN(lookup, pag) \ argument
26 int lookup, pag; in ocelot_chain_to_block() local
74 int pag; in ocelot_is_goto_target_valid() local
316 int pag = ocelot_chain_to_pag(filter->goto_target); in ocelot_flower_parse_action() local

12