Searched refs:xfs_agf (Results 1 – 15 of 15) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_refcount_btree.c | 39 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_set_root() 60 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_alloc_block() 104 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_free_block() 171 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_refcountbt_init_ptr_from_cur() 352 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_init_cursor() 385 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_commit_staged_btree() 460 struct xfs_agf *agf; in xfs_refcountbt_calc_reserves()
|
D | xfs_rmap_btree.c | 65 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_set_root() 85 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_alloc_block() 120 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_free_block() 213 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_rmapbt_init_ptr_from_cur() 479 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_init_cursor() 512 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_commit_staged_btree() 604 struct xfs_agf *agf; in xfs_rmapbt_calc_reserves()
|
D | xfs_alloc_btree.c | 39 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_set_root() 112 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_allocbt_update_lastrec() 223 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_allocbt_init_ptr_from_cur() 518 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_init_cursor() 557 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_commit_staged_btree()
|
D | xfs_alloc.c | 716 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_update_counters() 924 struct xfs_agf __maybe_unused *agf = args->agbp->b_addr; in xfs_alloc_cur_finish() 1028 struct xfs_agf *agf = args->agbp->b_addr; in xfs_alloc_ag_vextent_small() 1202 struct xfs_agf __maybe_unused *agf = args->agbp->b_addr; in xfs_alloc_ag_vextent_exact() 1660 struct xfs_agf *agf = args->agbp->b_addr; in xfs_alloc_ag_vextent_size() 2367 struct xfs_agf *agf) in xfs_agfl_needs_reset() 2420 struct xfs_agf *agf = agbp->b_addr; in xfs_agfl_reset() 2703 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_get_freelist() 2829 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_put_freelist() 2878 struct xfs_agf *agf = bp->b_addr; in xfs_agf_verify() [all …]
|
D | xfs_ag.c | 518 struct xfs_agf *agf = bp->b_addr; in xfs_agfblock_init() 779 struct xfs_agf *agf; in xfs_ag_shrink_space() 891 struct xfs_agf *agf; in xfs_ag_extend_space() 947 struct xfs_agf *agf; in xfs_ag_get_geometry()
|
D | xfs_alloc.h | 239 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,
|
D | xfs_format.h | 482 typedef struct xfs_agf { struct 526 #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc) argument
|
/fs/xfs/scrub/ |
D | agheader_repair.c | 144 struct xfs_agf *old_agf = agf_bp->b_addr; in xrep_agf_find_btrees() 182 struct xfs_agf *old_agf) in xrep_agf_init_header() 185 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_init_header() 209 struct xfs_agf *agf, in xrep_agf_set_roots() 243 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_calc_from_btrees() 307 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_commit_new() 359 struct xfs_agf old_agf; in xrep_agf() 363 struct xfs_agf *agf; in xrep_agf() 547 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agfl_update_agf()
|
D | agheader.c | 374 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_freeblks() 394 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_cntbt() 426 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_btreeblks() 476 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_refcblks() 523 struct xfs_agf *agf; in xchk_agf() 702 struct xfs_agf *agf; in xchk_agfl()
|
D | repair.c | 215 struct xfs_agf *agf = bp->b_addr; in xrep_calc_ag_resblks() 661 struct xfs_agf *agf;
|
/fs/xfs/ |
D | xfs_discard.c | 34 struct xfs_agf *agf; in xfs_trim_extents()
|
D | xfs_ondisk.h | 28 XFS_CHECK_STRUCT_SIZE(struct xfs_agf, 224); in xfs_check_ondisk_structs()
|
D | xfs_buf_item_recover.c | 760 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn); in xlog_recover_get_buf_lsn() 761 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()
|
D | xfs_trace.h | 49 struct xfs_agf; 1691 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, 1748 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, \ 1751 DEFINE_AGF_EVENT(xfs_agf);
|
D | xfs_log_recover.c | 3562 struct xfs_agf *agfp = agfbp->b_addr; in xlog_recover_check_summary()
|