Searched refs:agf_seqno (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 41 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()
|
D | xfs_rmap_btree.c | 69 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()
|
D | xfs_refcount_btree.c | 41 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()
|
D | xfs_alloc.c | 2417 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()
|
D | xfs_ag.c | 183 agf->agf_seqno = cpu_to_be32(id->agno); in xfs_agfblock_init()
|
D | xfs_format.h | 630 __be32 agf_seqno; /* sequence # starting from 0 */ member
|
/Linux-v4.19/fs/xfs/scrub/ |
D | agheader_repair.c | 195 agf->agf_seqno = cpu_to_be32(sc->sa.agno); in xrep_agf_init_header()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_trace.h | 1471 __entry->agno = be32_to_cpu(agf->agf_seqno),
|