Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_ag.c249 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xfs_agfblock_init()
H A Dxfs_format.h661 __be32 agf_magicnum; /* magic number == XFS_AGF_MAGIC */ member
H A Dxfs_alloc.c2720 offsetof(xfs_agf_t, agf_magicnum), in xfs_alloc_log_agf()
2840 if (!xfs_verify_magic(bp, agf->agf_magicnum)) in xfs_agf_verify()
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dagheader_repair.c188 agf->agf_magicnum = cpu_to_be32(XFS_AGF_MAGIC); in xrep_agf_init_header()