Home
last modified time | relevance | path

Searched refs:agi_magicnum (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_ialloc.c686 ASSERT(be32_to_cpu(agi->agi_magicnum) == XFS_AGI_MAGIC); in xfs_dialloc()
694 ASSERT(be32_to_cpu(agi->agi_magicnum) == XFS_AGI_MAGIC); in xfs_dialloc()
778 ASSERT(be32_to_cpu(agi->agi_magicnum) == XFS_AGI_MAGIC); in xfs_dialloc()
1088 ASSERT(be32_to_cpu(agi->agi_magicnum) == XFS_AGI_MAGIC); in xfs_difree()
1424 offsetof(xfs_agi_t, agi_magicnum), in xfs_ialloc_log_agi()
1441 ASSERT(be32_to_cpu(agi->agi_magicnum) == XFS_AGI_MAGIC); in xfs_ialloc_log_agi()
1495 agi_ok = be32_to_cpu(agi->agi_magicnum) == XFS_AGI_MAGIC && in xfs_read_agi()
Dxfs_ag.h120 __be32 agi_magicnum; /* magic number == XFS_AGI_MAGIC */ member
Dxfs_fsops.c231 agi->agi_magicnum = cpu_to_be32(XFS_AGI_MAGIC); in xfs_growfs_data_private()