Searched refs:xfs_agf (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | agheader_repair.c | 164 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 D | agheader.c | 450 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 D | rmap_repair.c | 1047 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 D | alloc_repair.c | 366 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 D | rmap.c | 402 struct xfs_agf *agf = sc->sa.agf_bp->b_addr; in xchk_rmapbt_walk_ag_metadata()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.c | 485 struct xfs_agf *agf = bp->b_addr; in xfs_agfblock_init() 748 struct xfs_agf *agf; in xfs_ag_shrink_space() 906 struct xfs_agf *agf; in xfs_ag_extend_space() 963 struct xfs_agf *agf; in xfs_ag_get_geometry()
|
| H A D | xfs_alloc.h | 221 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,
|
| H A D | xfs_ondisk.h | 43 XFS_CHECK_STRUCT_SIZE(struct xfs_agf, 224); in xfs_check_ondisk_structs()
|
| H A D | xfs_format.h | 517 typedef struct xfs_agf { struct 566 #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc) argument
|
| /linux/fs/xfs/ |
| H A D | xfs_buf_item_recover.c | 885 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 D | xfs_trace.h | 58 struct xfs_agf; 2107 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, 2162 TP_PROTO(struct xfs_mount *mp, struct xfs_agf *agf, int flags, \ 2165 DEFINE_AGF_EVENT(xfs_agf);
|