Home
last modified time | relevance | path

Searched refs:agf_seqno (Results 1 – 5 of 5) 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()
138 xfs_agnumber_t seqno = be32_to_cpu(agf->agf_seqno); in xfs_allocbt_update_lastrec()
245 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agf->agf_seqno)); in xfs_allocbt_init_ptr_from_cur()
Dxfs_alloc.c2198 error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno), in xfs_alloc_get_freelist()
2214 pag = xfs_perag_get(mp, be32_to_cpu(agf->agf_seqno)); in xfs_alloc_get_freelist()
2248 offsetof(xfs_agf_t, agf_seqno), in xfs_alloc_log_agf()
2314 be32_to_cpu(agf->agf_seqno), &agflbp))) in xfs_alloc_put_freelist()
2320 pag = xfs_perag_get(mp, be32_to_cpu(agf->agf_seqno)); in xfs_alloc_put_freelist()
2384 if (bp->b_pag && be32_to_cpu(agf->agf_seqno) != bp->b_pag->pag_agno) in xfs_agf_verify()
Dxfs_format.h618 __be32 agf_seqno; /* sequence # starting from 0 */ member
/fs/xfs/
Dxfs_fsops.c234 agf->agf_seqno = cpu_to_be32(agno); in xfs_growfs_data_private()
Dxfs_trace.h1510 __entry->agno = be32_to_cpu(agf->agf_seqno),