Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount_btree.c40 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_set_root()
63 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_alloc_block()
107 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_free_block()
176 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_refcountbt_init_ptr_from_cur()
326 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_refcountbt_init_cursor()
413 struct xfs_agf *agf; in xfs_refcountbt_calc_reserves()
Dxfs_rmap_btree.c68 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_set_root()
91 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_alloc_block()
128 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_free_block()
222 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_rmapbt_init_ptr_from_cur()
464 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_rmapbt_init_cursor()
563 struct xfs_agf *agf; in xfs_rmapbt_calc_reserves()
Dxfs_alloc_btree.c40 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_allocbt_set_root()
91 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_allocbt_free_block()
117 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_allocbt_update_lastrec()
230 struct xfs_agf *agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp); in xfs_allocbt_init_ptr_from_cur()
490 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_allocbt_init_cursor()
Dxfs_alloc.h250 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,
Dxfs_ag.c178 struct xfs_agf *agf = XFS_BUF_TO_AGF(bp); in xfs_agfblock_init()
420 struct xfs_agf *agf; in xfs_ag_extend_space()
Dxfs_alloc.c683 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_alloc_update_counters()
2115 struct xfs_agf *agf) in xfs_agfl_needs_reset()
2168 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp); in xfs_agfl_reset()
2582 struct xfs_agf *agf = XFS_BUF_TO_AGF(bp); in xfs_agf_verify()
2737 struct xfs_agf *agf; /* ag freelist header */ in xfs_alloc_read_agf()
3159 struct xfs_agf *agf, in xfs_agfl_walk()
Dxfs_format.h624 typedef struct xfs_agf { struct
668 #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc) argument
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c148 struct xfs_agf *old_agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agf_find_btrees()
186 struct xfs_agf *old_agf) in xrep_agf_init_header()
189 struct xfs_agf *agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agf_init_header()
212 struct xfs_agf *agf, in xrep_agf_set_roots()
246 struct xfs_agf *agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agf_calc_from_btrees()
310 struct xfs_agf *agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agf_commit_new()
366 struct xfs_agf old_agf; in xrep_agf()
370 struct xfs_agf *agf; in xrep_agf()
562 struct xfs_agf *agf = XFS_BUF_TO_AGF(agf_bp); in xrep_agfl_update_agf()
Dagheader.c370 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_freeblks()
390 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_cntbt()
422 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_btreeblks()
468 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_refcblks()
520 struct xfs_agf *agf; in xchk_agf()
697 struct xfs_agf *agf; in xchk_agfl()
Drepair.c672 struct xfs_agf *agf;
/linux-4.19.296/fs/xfs/
Dxfs_ondisk.h24 XFS_CHECK_STRUCT_SIZE(struct xfs_agf, 224); in xfs_check_ondisk_structs()
Dxfs_trace.h14 struct xfs_agf;
1450 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags,
1507 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, \
1510 DEFINE_AGF_EVENT(xfs_agf);
Dxfs_log_recover.c2304 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn); in xlog_recover_get_buf_lsn()
2305 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()