Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ag.c223 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xfs_agflblock_init()
Dxfs_format.h798 __be32 agfl_magicnum; member
Dxfs_alloc.c573 if (be32_to_cpu(agfl->agfl_magicnum) != XFS_AGFL_MAGIC) in xfs_agfl_verify()
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c604 agfl->agfl_magicnum = cpu_to_be32(XFS_AGFL_MAGIC); in xrep_agfl_init_header()