Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_refcount_btree.c38 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_set_root()
61 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_alloc_block()
105 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_free_block()
172 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_refcountbt_init_ptr_from_cur()
323 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_init_cursor()
410 struct xfs_agf *agf; in xfs_refcountbt_calc_reserves()
Dxfs_rmap_btree.c64 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_set_root()
87 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_alloc_block()
124 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_free_block()
218 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_rmapbt_init_ptr_from_cur()
461 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_init_cursor()
560 struct xfs_agf *agf; in xfs_rmapbt_calc_reserves()
Dxfs_alloc_btree.c39 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_allocbt_set_root()
90 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_allocbt_free_block()
116 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_allocbt_update_lastrec()
229 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_allocbt_init_ptr_from_cur()
485 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_allocbt_init_cursor()
Dxfs_ag.c243 struct xfs_agf *agf = XFS_BUF_TO_AGF(bp); in xfs_agfblock_init()
492 struct xfs_agf *agf; in xfs_ag_extend_space()
548 struct xfs_agf *agf; in xfs_ag_get_geometry()
Dxfs_alloc.h250 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,
Dxfs_alloc.c680 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_alloc_update_counters()
2111 struct xfs_agf *agf) in xfs_agfl_needs_reset()
2164 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_agfl_reset()
2581 struct xfs_agf *agf = XFS_BUF_TO_AGF(bp); in xfs_agf_verify()
2723 struct xfs_agf *agf; /* ag freelist header */ in xfs_alloc_read_agf()
3145 struct xfs_agf *agf, in xfs_agfl_walk()
Dxfs_format.h620 typedef struct xfs_agf { struct
664 #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc) argument
/fs/xfs/scrub/
Dagheader_repair.c143 struct xfs_agf *old_agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agf_find_btrees()
181 struct xfs_agf *old_agf) in xrep_agf_init_header()
184 struct xfs_agf *agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agf_init_header()
207 struct xfs_agf *agf, in xrep_agf_set_roots()
241 struct xfs_agf *agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agf_calc_from_btrees()
305 struct xfs_agf *agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agf_commit_new()
357 struct xfs_agf old_agf; in xrep_agf()
361 struct xfs_agf *agf; in xrep_agf()
553 struct xfs_agf *agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agfl_update_agf()
Dagheader.c361 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_freeblks()
381 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_cntbt()
413 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_btreeblks()
459 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_refcblks()
509 struct xfs_agf *agf; in xchk_agf()
693 struct xfs_agf *agf; in xchk_agfl()
Drepair.c654 struct xfs_agf *agf;
/fs/xfs/
Dxfs_ondisk.h24 XFS_CHECK_STRUCT_SIZE(struct xfs_agf, 224); in xfs_check_ondisk_structs()
Dxfs_trace.h14 struct xfs_agf;
1468 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags,
1525 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, \
1528 DEFINE_AGF_EVENT(xfs_agf);
Dxfs_log_recover.c2225 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn); in xlog_recover_get_buf_lsn()
2226 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()