Searched refs:xfs_agf (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/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() 350 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_init_cursor() 383 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_commit_staged_btree() 458 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() 86 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_alloc_block() 123 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_free_block() 218 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_rmapbt_init_ptr_from_cur() 481 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_init_cursor() 514 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_commit_staged_btree() 606 struct xfs_agf *agf; in xfs_rmapbt_calc_reserves()
|
D | xfs_alloc_btree.c | 40 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_set_root() 89 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_free_block() 115 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_allocbt_update_lastrec() 226 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_allocbt_init_ptr_from_cur() 519 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_init_cursor() 558 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() 925 struct xfs_agf __maybe_unused *agf = args->agbp->b_addr; in xfs_alloc_cur_finish() 1029 struct xfs_agf *agf = args->agbp->b_addr; in xfs_alloc_ag_vextent_small() 1203 struct xfs_agf __maybe_unused *agf = args->agbp->b_addr; in xfs_alloc_ag_vextent_exact() 1661 struct xfs_agf *agf = args->agbp->b_addr; in xfs_alloc_ag_vextent_size() 2368 struct xfs_agf *agf) in xfs_agfl_needs_reset() 2421 struct xfs_agf *agf = agbp->b_addr; in xfs_agfl_reset() 2654 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_get_freelist() 2781 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_put_freelist() 2831 struct xfs_agf *agf = bp->b_addr; in xfs_agf_verify() [all …]
|
D | xfs_ag.c | 246 struct xfs_agf *agf = bp->b_addr; in xfs_agfblock_init() 500 struct xfs_agf *agf; in xfs_ag_extend_space() 556 struct xfs_agf *agf; in xfs_ag_get_geometry()
|
D | xfs_alloc.h | 236 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,
|
D | xfs_format.h | 657 typedef struct xfs_agf { struct 701 #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc) argument
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | agheader_repair.c | 143 struct xfs_agf *old_agf = agf_bp->b_addr; in xrep_agf_find_btrees() 181 struct xfs_agf *old_agf) in xrep_agf_init_header() 184 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_init_header() 207 struct xfs_agf *agf, in xrep_agf_set_roots() 241 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_calc_from_btrees() 305 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agf_commit_new() 357 struct xfs_agf old_agf; in xrep_agf() 361 struct xfs_agf *agf; in xrep_agf() 545 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agfl_update_agf()
|
D | agheader.c | 361 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_freeblks() 381 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_cntbt() 413 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_btreeblks() 459 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_agf_xref_refcblks() 509 struct xfs_agf *agf; in xchk_agf() 693 struct xfs_agf *agf; in xchk_agfl()
|
D | repair.c | 211 struct xfs_agf *agf = bp->b_addr; in xrep_calc_ag_resblks() 656 struct xfs_agf *agf;
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_ondisk.h | 28 XFS_CHECK_STRUCT_SIZE(struct xfs_agf, 224); in xfs_check_ondisk_structs()
|
D | xfs_discard.c | 34 struct xfs_agf *agf; in xfs_trim_extents()
|
D | xfs_buf_item_recover.c | 741 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn); in xlog_recover_get_buf_lsn() 742 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()
|
D | xfs_trace.h | 14 struct xfs_agf; 1549 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, 1606 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, \ 1609 DEFINE_AGF_EVENT(xfs_agf);
|
D | xfs_log_recover.c | 3520 struct xfs_agf *agfp = agfbp->b_addr; in xlog_recover_check_summary()
|