Searched refs:xfs_agfl (Results 1 – 5 of 5) sorted by relevance
37 XFS_CHECK_STRUCT_SIZE(struct xfs_agfl, 36); in xfs_check_ondisk_structs()
157 struct xfs_agfl *agfl; in xfs_growfs_data_private()
2299 lsn = be64_to_cpu(((struct xfs_agfl *)blk)->agfl_lsn); in xlog_recover_get_buf_lsn()2300 uuid = &((struct xfs_agfl *)blk)->agfl_uuid; in xlog_recover_get_buf_lsn()
809 sizeof(struct xfs_agfl) : 0)) / \812 typedef struct xfs_agfl { struct821 #define XFS_AGFL_CRC_OFF offsetof(struct xfs_agfl, agfl_crc) argument
523 struct xfs_agfl *agfl = XFS_BUF_TO_AGFL(bp); in xfs_agfl_verify()