Home
last modified time | relevance | path

Searched refs:agi_seqno (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_ialloc.c140 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_inobt_insert()
390 agno = be32_to_cpu(agi->agi_seqno); in xfs_ialloc_ag_alloc()
746 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_dialloc_ag_inobt()
1171 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_dialloc_ag()
1454 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_difree_inobt()
1582 xfs_agnumber_t agno = be32_to_cpu(agi->agi_seqno); in xfs_difree_finobt()
1988 offsetof(xfs_agi_t, agi_seqno), in xfs_ialloc_log_agi()
2073 if (bp->b_pag && be32_to_cpu(agi->agi_seqno) != bp->b_pag->pag_agno) in xfs_agi_verify()
Dxfs_ialloc_btree.c184 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agi->agi_seqno)); in xfs_inobt_init_ptr_from_cur()
196 ASSERT(cur->bc_private.a.agno == be32_to_cpu(agi->agi_seqno)); in xfs_finobt_init_ptr_from_cur()
Dxfs_format.h669 __be32 agi_seqno; /* sequence # starting from 0 */ member
/linux-4.1.27/fs/xfs/
Dxfs_fsops.c301 agi->agi_seqno = cpu_to_be32(agno); in xfs_growfs_data_private()