Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c251 case XFS_IBT_CRC_MAGIC: in xlog_recover_validate_buf_type()
807 case XFS_IBT_CRC_MAGIC: in xlog_recover_get_buf_lsn()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc_btree.c362 .magic = { cpu_to_be32(XFS_IBT_MAGIC), cpu_to_be32(XFS_IBT_CRC_MAGIC) },
Dxfs_format.h1409 #define XFS_IBT_CRC_MAGIC 0x49414233 /* 'IAB3' */ macro