Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_buf_item_recover.c248 case XFS_IBT_CRC_MAGIC: in xlog_recover_validate_buf_type()
743 case XFS_IBT_CRC_MAGIC: in xlog_recover_get_buf_lsn()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ialloc_btree.c348 .magic = { cpu_to_be32(XFS_IBT_MAGIC), cpu_to_be32(XFS_IBT_CRC_MAGIC) },
Dxfs_format.h1410 #define XFS_IBT_CRC_MAGIC 0x49414233 /* 'IAB3' */ macro
Dxfs_btree.c38 XFS_BMAP_CRC_MAGIC, XFS_IBT_CRC_MAGIC, XFS_FIBT_CRC_MAGIC,