Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount_btree.c41 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_set_root()
62 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_alloc_block()
106 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_free_block()
173 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_refcountbt_init_ptr_from_cur()
351 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_init_cursor()
384 struct xfs_agf *agf = agbp->b_addr; in xfs_refcountbt_commit_staged_btree()
488 struct xfs_agf *agf; in xfs_refcountbt_calc_reserves()
A Dxfs_rmap_btree.c67 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_set_root()
87 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_alloc_block()
122 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_free_block()
215 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_rmapbt_init_ptr_from_cur()
478 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_init_cursor()
511 struct xfs_agf *agf = agbp->b_addr; in xfs_rmapbt_commit_staged_btree()
647 struct xfs_agf *agf; in xfs_rmapbt_calc_reserves()
A Dxfs_alloc_btree.c40 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_set_root()
113 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_allocbt_update_lastrec()
224 struct xfs_agf *agf = cur->bc_ag.agbp->b_addr; in xfs_allocbt_init_ptr_from_cur()
515 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_init_cursor()
554 struct xfs_agf *agf = agbp->b_addr; in xfs_allocbt_commit_staged_btree()
A Dxfs_alloc.c716 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_update_counters()
1028 struct xfs_agf *agf = args->agbp->b_addr; in xfs_alloc_ag_vextent_small()
1660 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()
2757 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_get_freelist()
2883 struct xfs_agf *agf = agbp->b_addr; in xfs_alloc_put_freelist()
2932 struct xfs_agf *agf = bp->b_addr; in xfs_agf_verify()
3026 struct xfs_agf *agf = bp->b_addr; in xfs_agf_write_verify()
3397 struct xfs_agf *agf; in __xfs_free_extent()
[all …]
A Dxfs_ag.c521 struct xfs_agf *agf = bp->b_addr; in xfs_agfblock_init()
782 struct xfs_agf *agf; in xfs_ag_shrink_space()
894 struct xfs_agf *agf; in xfs_ag_extend_space()
950 struct xfs_agf *agf; in xfs_ag_get_geometry()
A Dxfs_alloc.h239 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,
A Dxfs_format.h482 typedef struct xfs_agf { struct
526 #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc) argument
/linux/fs/xfs/scrub/
A Dagheader_repair.c144 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()
363 struct xfs_agf old_agf; in xrep_agf()
367 struct xfs_agf *agf; in xrep_agf()
551 struct xfs_agf *agf = agf_bp->b_addr; in xrep_agfl_update_agf()
A Dagheader.c374 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()
A Drepair.c215 struct xfs_agf *agf = bp->b_addr; in xrep_calc_ag_resblks()
661 struct xfs_agf *agf;
/linux/fs/xfs/
A Dxfs_discard.c34 struct xfs_agf *agf; in xfs_trim_extents()
A Dxfs_ondisk.h28 XFS_CHECK_STRUCT_SIZE(struct xfs_agf, 224); in xfs_check_ondisk_structs()
A Dxfs_buf_item_recover.c751 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn); in xlog_recover_get_buf_lsn()
752 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()
A Dxfs_trace.h49 struct xfs_agf;
1690 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags,
1747 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, \
1750 DEFINE_AGF_EVENT(xfs_agf);
A Dxfs_log_recover.c3542 struct xfs_agf *agfp = agfbp->b_addr; in xlog_recover_check_summary()

Completed in 44 milliseconds