Home
last modified time | relevance | path

Searched refs:xfs_agf (Results 1 – 16 of 16) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c43 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_set_root()
64 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_alloc_block()
105 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_free_block()
170 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_refcountbt_init_ptr_from_cur()
373 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_init_cursor()
390 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_commit_staged_btree()
495 struct xfs_agf *agf; in xfs_refcountbt_calc_reserves()
H A Dxfs_rmap_btree.c70 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_set_root()
90 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_alloc_block()
128 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_free_block()
229 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_rmapbt_init_ptr_from_cur()
524 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_init_cursor()
685 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_commit_staged_btree()
823 struct xfs_agf *agf; in xfs_rmapbt_calc_reserves()
H A Dxfs_alloc_btree.c50 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_set_root()
179 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_allocbt_init_ptr_from_cur()
490 struct xfs_agf *agf = agbp->b_addr; in xfs_bnobt_init_cursor()
516 struct xfs_agf *agf = agbp->b_addr; in xfs_cntbt_init_cursor()
533 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_commit_staged_btree()
H A Dxfs_alloc.c543 struct xfs_agf *agf = bp->b_addr; in xfs_alloc_fixup_longest()
903 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_update_counters()
1213 struct xfs_agf *agf = args->agbp->b_addr; in xfs_alloc_ag_vextent_small()
1794 struct xfs_agf *agf = args->agbp->b_addr; in xfs_alloc_ag_vextent_size()
2559 struct xfs_agf *agf) in xfs_agfl_needs_reset()
2608 struct xfs_agf *agf = agbp->b_addr; in xfs_agfl_reset()
3034 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_get_freelist()
3142 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_put_freelist()
3244 struct xfs_agf *agf = bp->b_addr; in xfs_agf_verify()
3335 struct xfs_agf *agf = bp->b_addr; in xfs_agf_write_verify()
[all …]
H A Dxfs_ag.c494 struct xfs_agf *agf = bp->b_addr; in xfs_agfblock_init()
757 struct xfs_agf *agf; in xfs_ag_shrink_space()
915 struct xfs_agf *agf; in xfs_ag_extend_space()
972 struct xfs_agf *agf; in xfs_ag_get_geometry()
H A Dxfs_alloc.h221 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,
H A Dxfs_ondisk.h43 XFS_CHECK_STRUCT_SIZE(struct xfs_agf, 224); in xfs_check_ondisk_structs()
H A Dxfs_format.h517 typedef struct xfs_agf { struct
566 #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc) argument
/linux/fs/xfs/scrub/
H A Dagheader_repair.c164 struct xfs_agf *old_agf = agf_bp->b_addr; in xrep_agf_find_btrees()
201 struct xfs_agf *old_agf) in xrep_agf_init_header()
205 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_init_header()
228 struct xfs_agf *agf, in xrep_agf_set_roots()
256 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_calc_from_btrees()
318 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_commit_new()
371 struct xfs_agf old_agf; in xrep_agf()
375 struct xfs_agf *agf; in xrep_agf()
606 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agfl_update_agf()
H A Dagheader.c450 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_freeblks()
470 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_cntbt()
502 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_btreeblks()
552 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_refcblks()
600 struct xfs_agf *agf; in xchk_agf()
789 struct xfs_agf *agf; in xchk_agfl()
H A Drmap_repair.c1047 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xrep_rmap_try_reserve()
1187 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xrep_rmap_reset_counters()
1337 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xrep_rmap_build_new_tree()
1507 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xrep_rmap_remove_old_tree()
H A Dalloc_repair.c366 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xrep_abt_find_freespace()
653 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xrep_abt_reset_counters()
H A Drepair.c321 struct xfs_agf *agf = bp->b_addr; in xrep_calc_ag_resblks()
497 struct xfs_agf *agf;
H A Drmap.c402 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_rmapbt_walk_ag_metadata()
/linux/fs/xfs/
H A Dxfs_buf_item_recover.c885 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn); in xlog_recover_get_buf_lsn()
886 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()
H A Dxfs_trace.h58 struct xfs_agf;
2105 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags,
2160 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, \
2163 DEFINE_AGF_EVENT(xfs_agf);