Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc_btree.c53 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_set_root()
118 xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1, in xfs_allocbt_free_block()
136 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_update_lastrec()
250 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agf->agf_seqno)); in xfs_allocbt_init_ptr_from_cur()
Dxfs_rmap_btree.c81 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_rmapbt_set_root()
157 xfs_extent_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1, in xfs_rmapbt_free_block()
238 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agf->agf_seqno)); in xfs_rmapbt_init_ptr_from_cur()
Dxfs_refcount_btree.c56 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_refcountbt_set_root()
199 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agf->agf_seqno)); in xfs_refcountbt_init_ptr_from_cur()
Dxfs_alloc.c2350 error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno), in xfs_alloc_get_freelist()
2366 pag = xfs_perag_get(mp, be32_to_cpu(agf->agf_seqno)); in xfs_alloc_get_freelist()
2400 offsetof(xfs_agf_t, agf_seqno), in xfs_alloc_log_agf()
2472 be32_to_cpu(agf->agf_seqno), &agflbp))) in xfs_alloc_put_freelist()
2478 pag = xfs_perag_get(mp, be32_to_cpu(agf->agf_seqno)); in xfs_alloc_put_freelist()
2549 if (bp->b_pag && be32_to_cpu(agf->agf_seqno) != bp->b_pag->pag_agno) in xfs_agf_verify()
Dxfs_format.h634 __be32 agf_seqno; /* sequence # starting from 0 */ member
/fs/xfs/
Dxfs_fsops.c238 agf->agf_seqno = cpu_to_be32(agno); in xfs_growfs_data_private()
Dxfs_trace.h1538 __entry->agno = be32_to_cpu(agf->agf_seqno),