Home
last modified time | relevance | path

Searched refs:agf_seqno (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_alloc_btree.c41 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_set_root()
100 xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1, in xfs_allocbt_free_block()
118 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_update_lastrec()
232 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agf->agf_seqno)); in xfs_allocbt_init_ptr_from_cur()
Dxfs_rmap_btree.c69 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_rmapbt_set_root()
141 xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1, in xfs_rmapbt_free_block()
224 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agf->agf_seqno)); in xfs_rmapbt_init_ptr_from_cur()
Dxfs_refcount_btree.c41 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_refcountbt_set_root()
178 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agf->agf_seqno)); in xfs_refcountbt_init_ptr_from_cur()
Dxfs_alloc.c2417 error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno), in xfs_alloc_get_freelist()
2433 pag = xfs_perag_get(mp, be32_to_cpu(agf->agf_seqno)); in xfs_alloc_get_freelist()
2467 offsetof(xfs_agf_t, agf_seqno), in xfs_alloc_log_agf()
2539 be32_to_cpu(agf->agf_seqno), &agflbp))) in xfs_alloc_put_freelist()
2545 pag = xfs_perag_get(mp, be32_to_cpu(agf->agf_seqno)); in xfs_alloc_put_freelist()
2616 if (bp->b_pag && be32_to_cpu(agf->agf_seqno) != bp->b_pag->pag_agno) in xfs_agf_verify()
Dxfs_ag.c183 agf->agf_seqno = cpu_to_be32(id->agno); in xfs_agfblock_init()
Dxfs_format.h630 __be32 agf_seqno; /* sequence # starting from 0 */ member
/Linux-v4.19/fs/xfs/scrub/
Dagheader_repair.c195 agf->agf_seqno = cpu_to_be32(sc->sa.agno); in xrep_agf_init_header()
/Linux-v4.19/fs/xfs/
Dxfs_trace.h1471 __entry->agno = be32_to_cpu(agf->agf_seqno),