Home
last modified time | relevance | path

Searched refs:agf_uuid (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_ag.c203 uuid_copy(&agf->agf_uuid, &mp->m_sb.sb_meta_uuid); in xfs_agfblock_init()
Dxfs_format.h645 uuid_t agf_uuid; /* uuid of filesystem */ member
Dxfs_alloc.c2478 offsetof(xfs_agf_t, agf_uuid), in xfs_alloc_log_agf()
2585 if (!uuid_equal(&agf->agf_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_agf_verify()
/linux-4.19.296/fs/xfs/scrub/
Dagheader_repair.c201 uuid_copy(&agf->agf_uuid, &mp->m_sb.sb_meta_uuid); in xrep_agf_init_header()
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2305 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()